|
6 | 6 | **/
|
7 | 7 |
|
8 | 8 | body.elfinder { margin:0; }
|
9 |
| -body.elfinder #elfinder.ui-widget-content { border:none; } |
| 9 | +body #elfinder.ui-widget-content { |
| 10 | + border: 1px solid #cccccc; |
| 11 | + background: #ffffff; |
| 12 | + color: #23282c; |
| 13 | + border-radius: 3px!important; |
| 14 | +} |
| 15 | + |
| 16 | +.elfinder-cwd-icon:before { |
| 17 | + background: #ccc; |
| 18 | +} |
| 19 | + |
| 20 | +#elfinder .ui-state-default, |
| 21 | +#elfinder .ui-widget-content .ui-state-default, |
| 22 | +#elfinder .ui-widget-header .ui-state-default { |
| 23 | + background: #e6e6e6; |
| 24 | +} |
| 25 | + |
| 26 | +.elfinder-contextmenu .ui-state-hover { |
| 27 | + color: black!important; |
| 28 | +} |
| 29 | + |
| 30 | +.elfinder-cwd-file.ui-state-hover, |
| 31 | +.elfinder-cwd-file.ui-widget-content .ui-state-hover, |
| 32 | +.elfinder-cwd-file.ui-widget-header .ui-state-hover, |
| 33 | +.elfinder-cwd-file.ui-state-focus, |
| 34 | +.elfinder-cwd-file.ui-widget-content .ui-state-focus, |
| 35 | +.elfinder-cwd-file.ui-widget-header .ui-state-focus { |
| 36 | + background: transparent!important; |
| 37 | + /*border: 1px solid #ccc;*/ |
| 38 | +} |
| 39 | + |
| 40 | +.elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, |
| 41 | +.elfinder-cwd table td.ui-state-hover, |
| 42 | +.elfinder-button-menu .ui-state-hover { |
| 43 | + /*color: black!important;*/ |
| 44 | + /*font-weight: bold;*/ |
| 45 | +} |
| 46 | + |
| 47 | +.elfinder .elfinder-contextmenu, .elfinder .elfinder-contextmenu-sub { |
| 48 | + border: 1px solid #ccc!important; |
| 49 | +} |
10 | 50 |
|
11 | 51 | /* input textarea */
|
12 | 52 | .elfinder input,
|
|
0 commit comments