mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11928] Make sure the indicator is on top of other elements.
PHPBB3-11928
This commit is contained in:
parent
da4e0c4219
commit
57fc62b000
2 changed files with 2 additions and 0 deletions
|
@ -1605,6 +1605,7 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
z-index: 51;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Pagination
|
/* Pagination
|
||||||
|
|
|
@ -833,6 +833,7 @@ li.pagination ul {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
|
z-index: 51;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Miscellaneous styles
|
/* Miscellaneous styles
|
||||||
|
|
Loading…
Add table
Reference in a new issue