mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Add clickable icon for command check now
This commit is contained in:
parent
b16959bc44
commit
cab89914bb
@ -101,7 +101,7 @@ form.inline {
|
|||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.link-like input[type="submit"] {
|
form.link-like input[type="submit"], form.link-like button[type="submit"] {
|
||||||
color: @colorLinkDefault;
|
color: @colorLinkDefault;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
border: none;
|
border: none;
|
||||||
@ -111,7 +111,7 @@ form.link-like input[type="submit"] {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.link-like input[type="submit"]:hover, form.link-like input[type="submit"]:focus {
|
form.link-like input[type="submit"]:hover, form.link-like input[type="submit"]:focus, form.link-like button[type="submit"]:hover, orm.link-like button[type="submit"]:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
background: none;
|
background: none;
|
||||||
color: @colorLinkDefault;
|
color: @colorLinkDefault;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user