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