mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Don't use border-style: auto because its not supported by dompdf
fixes #12776
This commit is contained in:
parent
c1d7d7005b
commit
da9e90b1a9
@ -88,9 +88,8 @@ a {
|
|||||||
a:focus,
|
a:focus,
|
||||||
button:focus,
|
button:focus,
|
||||||
input[type="checkbox"]:focus {
|
input[type="checkbox"]:focus {
|
||||||
outline-color: @icinga-blue;
|
outline: 3px solid fade(@icinga-blue, 50%);
|
||||||
outline-style: solid; // IE
|
outline-offset: 1px;
|
||||||
outline-style: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default margin for block text
|
// Default margin for block text
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#menu a {
|
#menu a {
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
outline-offset: -0.25em;
|
outline-offset: -3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user