1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .std42-dialog, .std42-dialog .ui-widget-content { background-color:#ededed; background-image:none; background-clip: content-box; }
- .elfinder .elfinder-navbar { background:#dde4eb; }
- .elfinder-navbar .ui-state-hover { background:transparent; border-color:transparent; }
- .elfinder-navbar .ui-state-active { background: #3875d7; border-color:#3875d7; color:#fff; }
- .elfinder-navbar .elfinder-droppable-active {background:#A7C6E5 !important;}
- .elfinder-disabled .elfinder-navbar .ui-state-active { background: #dadada; border-color:#aaa; color:#fff; }
- .elfinder-cwd-view-icons .elfinder-cwd-file .ui-state-hover { background:#ccc; }
- .elfinder-cwd table tr:nth-child(odd) { background-color:#edf3fe; }
- .elfinder-cwd table tr { border-top:1px solid #fff; }
- .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
- .elfinder-cwd table td.ui-state-hover,
- .elfinder-button-menu .ui-state-hover { background: #3875d7; color:#fff;}
- .elfinder-disabled .elfinder-cwd-view-icons .elfinder-cwd-file .elfinder-cwd-filename.ui-state-hover,
- .elfinder-disabled .elfinder-cwd table td.ui-state-hover { background:#dadada;}
- .elfinder .elfinder-statusbar { color:#555; }
- .elfinder .elfinder-statusbar a { text-decoration:none; color:#555;}
- .std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content { background:#fff;}
- .elfinder-contextmenu .ui-state-hover { background: #3875d7; color:#fff; }
- .elfinder-contextmenu .ui-state-hover .elfinder-contextmenu-arrow { background-image:url('../img/arrows-active.png'); }
|