luci-theme-bootstrap: z-index fixes
authorJo-Philipp Wich <jo@mein.io>
Mon, 5 Nov 2018 17:07:42 +0000 (18:07 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 14 Nov 2018 19:46:04 +0000 (20:46 +0100)
Lower z-index of header bar to allow tooltips and dropdowns to overlap it,
also increase the z-index of open dropdowns to ensure that they cover
active tooltip bubbles.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 73e6c3bed6597ebfadf49194f546f294ec42119d..1001281b5c135ca1563df5e94604d53042b8ca60 100644 (file)
@@ -770,7 +770,7 @@ header {
        top: 0;
        left: 0;
        right: 0;
-       z-index: 10000;
+       z-index: 800;
        overflow: visible;
        color: #BFBFBF;
 }
@@ -1451,7 +1451,7 @@ footer {
        border: 1px solid #918e8c;
        box-shadow: 0 0 4px #918e8c;
        position: absolute;
-       z-index: 1000;
+       z-index: 1100;
        max-width: none;
        min-width: 100%;
        width: auto;