1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-09-22 20:09:54 +00:00

Merge pull request from jumpserver/elfinder_theme

fix selected item display bug
This commit is contained in:
老广
2019-08-09 16:40:18 +08:00
committed by GitHub

@@ -1280,7 +1280,8 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
} }
.elfinder-cwd-file.ui-selected { .elfinder-cwd-file.ui-selected {
background: #455158; background: #455158;
color: #555; /*color: #555;*/
color: #ddd;
width: 120px !important; width: 120px !important;
} }
.elfinder-cwd-filename input, .elfinder-cwd-filename input,
@@ -1309,10 +1310,10 @@ div.elfinder-cwd-wrapper-list .ui-icon-grip-dotted-vertical {
padding: 0; padding: 0;
} }
.elfinder-cwd table tr:nth-child(odd) { .elfinder-cwd table tr:nth-child(odd) {
background-color: transparent; /*background-color: transparent;*/
} }
.elfinder-cwd table tr:nth-child(odd).ui-state-hover { .elfinder-cwd table tr:nth-child(odd).ui-state-hover {
background-color: #4c5961; /*background-color: #4c5961;*/
} }
#elfinder-elfinder-cwd-thead td { #elfinder-elfinder-cwd-thead td {
background: #353b42; background: #353b42;