mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
parent
56fff33cb2
commit
83afcbc169
@ -40,6 +40,24 @@ select {
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
button.link,
|
||||
input[type="submit"].link {
|
||||
// Reset defaults
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
font-weight: @font-weight-bold;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
form.link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
//div.config-form-buttons {
|
||||
// margin-top: 5px;
|
||||
//}
|
||||
|
@ -59,24 +59,6 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
form.link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
dl.feed-list {
|
||||
dd {
|
||||
// Reset default margin
|
||||
|
Loading…
x
Reference in New Issue
Block a user