luci-theme-{freifunk-generic,material,openwrt}: z-index fixes

Ensure that open dropdowns cover active tooltips.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-11-05 18:10:26 +01:00
parent 48181051ef
commit aea8c89c0c
3 changed files with 3 additions and 3 deletions

View file

@ -386,7 +386,7 @@ ul.dropdowns li {
ul.dropdowns li ul {
position: absolute;
z-index: 1000;
z-index: 1100;
top: auto;
min-width: 10em;
}

View file

@ -1065,7 +1065,7 @@ td > table > tbody > tr > td,
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;

View file

@ -1110,7 +1110,7 @@ ul.cbi-tabmenu li.cbi-tab {
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;