mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-01 04:33:35 -04:00
Increase z-index to 20 for buttons ".btn-zoom-in & .btn-zoom-out" (skin.css)
Otherwise, the ".block-button-center" block partially overlaps with other buttons.
This commit is contained in:
@@ -1152,7 +1152,7 @@ button.btn.btn-zoom-out {
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 3px;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
text-shadow:
|
||||
-1px -1px 0 #575757,
|
||||
1px -1px 0 #575757,
|
||||
@@ -1166,7 +1166,7 @@ button.btn.btn-zoom-in {
|
||||
position: absolute;
|
||||
right: 3px;
|
||||
top: 3px;
|
||||
z-index: 10;
|
||||
z-index: 20;
|
||||
text-shadow:
|
||||
-1px -1px 0 #575757,
|
||||
1px -1px 0 #575757,
|
||||
|
||||
Reference in New Issue
Block a user