mirror of https://github.com/Aidaho12/haproxy-wi
v3.2.12
parent
48e7c556c2
commit
db1cb7b772
|
@ -561,9 +561,6 @@
|
||||||
.ui-selectmenu-button.ui-button {
|
.ui-selectmenu-button.ui-button {
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
.ui-selectmenu-menu {
|
|
||||||
z-index: 1010;
|
|
||||||
}
|
|
||||||
.first-collumn {
|
.first-collumn {
|
||||||
width: 10%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -459,12 +459,6 @@
|
||||||
.ui-selectmenu-button.ui-button {
|
.ui-selectmenu-button.ui-button {
|
||||||
width: 10em;
|
width: 10em;
|
||||||
}
|
}
|
||||||
.ui-selectmenu-menu {
|
|
||||||
z-index: 1010;
|
|
||||||
}
|
|
||||||
.first-collumn {
|
|
||||||
width: 10%;
|
|
||||||
}
|
|
||||||
.checkbox {
|
.checkbox {
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -483,6 +483,12 @@ pre {
|
||||||
.ui-menu, .ui-menu-item {
|
.ui-menu, .ui-menu-item {
|
||||||
background: #EBF1F1 !important;
|
background: #EBF1F1 !important;
|
||||||
}
|
}
|
||||||
|
.ui-dialog {
|
||||||
|
z-index: 1000 !important;
|
||||||
|
}
|
||||||
|
.ui-selectmenu-open, .ui-selectmenu-menu {
|
||||||
|
z-index: 1010 !important;
|
||||||
|
}
|
||||||
a {
|
a {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue