2 * MacOS X like theme for elFinder.
3 * Required jquery ui "smoothness" theme.
5 * @author Dmitry (dio) Levashov
9 .std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none
; background-clip: content-box
; }
12 .elfinder .elfinder-navbar { background:#dde4eb; }
13 .elfinder-navbar .ui-state-hover { background:transparent
; border-color:transparent
; }
14 .elfinder-navbar .ui-state-active { background: #3875d7; border-color:#3875d7; color:#fff; }
15 /* disabled elfinder */
16 .elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; }
19 /* current directory */
20 /* selected file in "icons" view */
21 .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }
23 .elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
24 .elfinder-cwd table tr { border-top:1px solid
#fff; }
26 /* common selected background/color */
27 .elfinder-cwd-view-icons
.elfinder-cwd-file
.elfinder-cwd-filename
.ui-state-hover
,
28 .elfinder-cwd table td
.ui-state-hover
,
29 .elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;}
30 /* disabled elfinder */
31 .elfinder-disabled
.elfinder-cwd-view-icons
.elfinder-cwd-file
.elfinder-cwd-filename
.ui-state-hover
,
32 .elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;}
35 .elfinder .elfinder-statusbar { color:#555; }
36 .elfinder .elfinder-statusbar a { text-decoration:none
; color:#555;}
39 .std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;}
42 .elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
43 .elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url
('../img/arrows-active.png'); }