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:
parent
48181051ef
commit
aea8c89c0c
3 changed files with 3 additions and 3 deletions
|
@ -386,7 +386,7 @@ ul.dropdowns li {
|
|||
|
||||
ul.dropdowns li ul {
|
||||
position: absolute;
|
||||
z-index: 1000;
|
||||
z-index: 1100;
|
||||
top: auto;
|
||||
min-width: 10em;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue