mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
CSS: Fix skip-links positioning
This commit is contained in:
parent
c0e92c2bc5
commit
5805e5d675
@ -177,13 +177,15 @@
|
|||||||
display: block;
|
display: block;
|
||||||
a, button[type="submit"] {
|
a, button[type="submit"] {
|
||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
|
border: none;
|
||||||
left: -999px;
|
left: -999px;
|
||||||
padding: @vertical-padding @horizontal-padding;
|
padding: @vertical-padding @horizontal-padding;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 1;
|
||||||
&:focus {
|
&:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
outline: 1px dotted black;
|
outline-offset: -3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
button[type="submit"] {
|
button[type="submit"] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user