From 22b0b77b83a9ce89aa483d2c02f607bcc9b1ac4b Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 9 Aug 2019 16:13:31 +0800 Subject: [PATCH] fix selected item display bug --- apps/static/plugins/elfinder/css/theme-gray.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/static/plugins/elfinder/css/theme-gray.css b/apps/static/plugins/elfinder/css/theme-gray.css index 5c2b35d9e..5876df536 100644 --- a/apps/static/plugins/elfinder/css/theme-gray.css +++ b/apps/static/plugins/elfinder/css/theme-gray.css @@ -1280,7 +1280,8 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical { } .elfinder-cwd-file.ui-selected { background: #455158; - color: #555; + /*color: #555;*/ + color: #ddd; width: 120px !important; } .elfinder-cwd-filename input, @@ -1309,10 +1310,10 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical { padding: 0; } .elfinder-cwd table tr:nth-child(odd) { - background-color: transparent; + /*background-color: transparent;*/ } .elfinder-cwd table tr:nth-child(odd).ui-state-hover { - background-color: #4c5961; + /*background-color: #4c5961;*/ } #elfinder-elfinder-cwd-thead td { background: #353b42;