mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Adjust on focus css style for the auto refresh trigger button
refs #7945
This commit is contained in:
parent
28a8af1933
commit
240c55fcaf
@ -284,6 +284,7 @@ a:focus {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
left: -999em;
|
left: -999em;
|
||||||
|
box-sizing: content-box;
|
||||||
width: 10.4em !important;
|
width: 10.4em !important;
|
||||||
top: 0em;
|
top: 0em;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
@ -293,6 +294,7 @@ a:focus {
|
|||||||
border: 1px @colorGray solid;
|
border: 1px @colorGray solid;
|
||||||
&:focus {
|
&:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
outline: 1px dotted black !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user