mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
b4e44c9d6d
commit
3e2db992ce
@ -56,3 +56,17 @@
|
||||
color: @text-color-light;
|
||||
font-size: @font-size-small;
|
||||
}
|
||||
|
||||
button.link,
|
||||
input[type="submit"].link {
|
||||
// Reset defaults
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
font-weight: @font-weight-bold;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user