css: normalize link-like buttons
This commit is contained in:
parent
8c30b9c5de
commit
557985e0eb
|
@ -260,6 +260,10 @@ table.avp th {
|
|||
|
||||
.content form.inline {
|
||||
margin: 0;
|
||||
|
||||
i.icon::before {
|
||||
color: @icinga-blue;
|
||||
}
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
@ -293,7 +297,9 @@ form input[type=submit].link-button {
|
|||
color: @icinga-blue;
|
||||
background: none;
|
||||
border: none;
|
||||
font-weight: normal;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
text-align: left;
|
||||
|
||||
|
|
Loading…
Reference in New Issue