Warning, /webapps/ocs-webserver/httpdocs/tools/elfinder/css/theme.css is written in an unsupported language. File is not indexed.
0001 /** 0002 * MacOS X like theme for elFinder. 0003 * Required jquery ui "smoothness" theme. 0004 * 0005 * @author Dmitry (dio) Levashov 0006 **/ 0007 0008 /* dialogs */ 0009 .std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; } 0010 0011 /* navbar */ 0012 .elfinder .elfinder-navbar { background:#dde4eb; } 0013 .elfinder-navbar .ui-state-hover { background:transparent; border-color:transparent; } 0014 .elfinder-navbar .ui-state-active { background: #3875d7; border-color:#3875d7; color:#fff; } 0015 /* disabled elfinder */ 0016 .elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; } 0017 0018 0019 /* current directory */ 0020 /* selected file in "icons" view */ 0021 .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; } 0022 /* list view*/ 0023 .elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; } 0024 .elfinder-cwd table tr { border-top:1px solid #fff; } 0025 0026 /* common selected background/color */ 0027 .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, 0028 .elfinder-cwd table td.ui-state-hover, 0029 .elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;} 0030 /* disabled elfinder */ 0031 .elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover, 0032 .elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;} 0033 0034 /* statusbar */ 0035 .elfinder .elfinder-statusbar { color:#555; } 0036 .elfinder .elfinder-statusbar a { text-decoration:none; color:#555;} 0037 0038 0039 .std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;} 0040 0041 /* contextmenu */ 0042 .elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; } 0043 .elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url('../img/arrows-active.png'); } 0044 0045 0046 0047 0048 0049