undef HALF_FREQUENCY_SENDING_TO_CLIENT
[ryzomcore.git] / web / public_php / ams / css / elfinder.theme.css
blob369270ad52284593d29141f2b5f0dd9fb7c62141
1 /**
2 * MacOS X like theme for elFinder.
3 * Required jquery ui "smoothness" theme.
5 * @author Dmitry (dio) Levashov
6 **/
8 /* dialogs */
9 .std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }
11 /* navbar */
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; }
22 /* list view*/
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;}
34 /* statusbar */
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;}
41 /* contextmenu */
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'); }