From db1cb7b772399df0d46e06a0f3b82db74f8ac820 Mon Sep 17 00:00:00 2001 From: Aidaho12 Date: Wed, 3 Oct 2018 17:41:38 +0600 Subject: [PATCH] v3.2.12 --- app/templates/admin.html | 3 --- app/templates/servers.html | 6 ------ inc/style.css | 6 ++++++ 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app/templates/admin.html b/app/templates/admin.html index c3e1f300..6a2765d5 100644 --- a/app/templates/admin.html +++ b/app/templates/admin.html @@ -561,9 +561,6 @@ .ui-selectmenu-button.ui-button { width: 10em; } -.ui-selectmenu-menu { - z-index: 1010; -} .first-collumn { width: 10%; } diff --git a/app/templates/servers.html b/app/templates/servers.html index 8039e98f..7947abdd 100644 --- a/app/templates/servers.html +++ b/app/templates/servers.html @@ -459,12 +459,6 @@ .ui-selectmenu-button.ui-button { width: 10em; } -.ui-selectmenu-menu { - z-index: 1010; -} -.first-collumn { - width: 10%; -} .checkbox { width: 90px; } diff --git a/inc/style.css b/inc/style.css index fb6ab1d9..c7d5f8c1 100644 --- a/inc/style.css +++ b/inc/style.css @@ -483,6 +483,12 @@ pre { .ui-menu, .ui-menu-item { background: #EBF1F1 !important; } +.ui-dialog { + z-index: 1000 !important; +} +.ui-selectmenu-open, .ui-selectmenu-menu { + z-index: 1010 !important; +} a { background-color: transparent; }