contextmenu.css
9 months ago
dialog.css
9 months ago
icons.css
9 months ago
main.css
9 months ago
navbar.css
9 months ago
reset.css
9 months ago
statusbar.css
9 months ago
theme.css
9 months ago
toolbar.css
9 months ago
view-list.css
9 months ago
view-thumbnail.css
9 months ago
dialog.css
125 lines
| 1 | /* dialog.css */ |
| 2 | /* Dialog wrapper */ |
| 3 | .elfinder .elfinder-dialog { |
| 4 | /* */ |
| 5 | } |
| 6 | |
| 7 | /* Dialog title */ |
| 8 | .elfinder .elfinder-dialog .ui-dialog-titlebar { |
| 9 | padding: 3px 0 3px 6px; |
| 10 | height: 30px; |
| 11 | box-sizing: border-box; |
| 12 | } |
| 13 | |
| 14 | /* Close button */ |
| 15 | .elfinder .elfinder-dialog .ui-dialog-titlebar-close { |
| 16 | background: url('../images/close.png'); |
| 17 | right: 0; |
| 18 | border-radius: 0; |
| 19 | margin-top: -15px; |
| 20 | webkit-transition: background 0.3s; /* Safari */ |
| 21 | transition: background-image 0.3s; |
| 22 | height: 29px; |
| 23 | width: 45px; |
| 24 | } |
| 25 | |
| 26 | .elfinder .elfinder-dialog .ui-dialog-titlebar-close:hover { |
| 27 | background: url('../images/close-hover.png'); |
| 28 | } |
| 29 | .std42-dialog .ui-dialog-titlebar .elfinder-titlebar-button.elfinder-titlebar-button-right { |
| 30 | left: 1px; |
| 31 | top: 12px; |
| 32 | } |
| 33 | /* Dialog content */ |
| 34 | .elfinder .elfinder-dialog .ui-dialog-content { |
| 35 | /* */ |
| 36 | } |
| 37 | |
| 38 | /* Tabs */ |
| 39 | /* Tabs wrapper */ |
| 40 | .elfinder .elfinder-dialog .ui-tabs-nav { |
| 41 | /* */ |
| 42 | } |
| 43 | |
| 44 | /* Normal tab */ |
| 45 | .elfinder .elfinder-dialog .ui-tabs-nav .ui-state-default { |
| 46 | /* */ |
| 47 | } |
| 48 | |
| 49 | /* Current tab */ |
| 50 | .elfinder .elfinder-dialog .ui-tabs-nav .ui-tabs-selected { |
| 51 | /* */ |
| 52 | } |
| 53 | |
| 54 | /* Active tab */ |
| 55 | .elfinder .elfinder-dialog .ui-tabs-nav li:active { |
| 56 | /* */ |
| 57 | } |
| 58 | .elfinder .ui-state-active { |
| 59 | background: #1979CA none repeat scroll 0 0; |
| 60 | /*background: #009688 none repeat scroll 0 0; */ |
| 61 | } |
| 62 | /* Icons */ |
| 63 | /* Dialog icon (e.g. for error messages) */ |
| 64 | .elfinder .elfinder-dialog .elfinder-dialog-icon { |
| 65 | /* */ |
| 66 | } |
| 67 | |
| 68 | /* Error icon */ |
| 69 | .elfinder .elfinder-dialog .elfinder-dialog-icon-error { |
| 70 | /* */ |
| 71 | } |
| 72 | |
| 73 | /* Confirmation icon */ |
| 74 | .elfinder .elfinder-dialog .elfinder-dialog-icon-confirm { |
| 75 | /* */ |
| 76 | } |
| 77 | |
| 78 | /* Footer */ |
| 79 | .elfinder .elfinder-dialog .ui-dialog-buttonpane { |
| 80 | /* */ |
| 81 | } |
| 82 | |
| 83 | /* Buttonset (wrapper) */ |
| 84 | .elfinder .elfinder-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { |
| 85 | /* */ |
| 86 | } |
| 87 | |
| 88 | /* Button */ |
| 89 | .elfinder .elfinder-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button { |
| 90 | /* */ |
| 91 | } |
| 92 | |
| 93 | /* Styling specific types of dialogs */ |
| 94 | /* Error */ |
| 95 | .elfinder .elfinder-dialog-error { |
| 96 | /* */ |
| 97 | } |
| 98 | |
| 99 | /* Confirm */ |
| 100 | .elfinder .elfinder-dialog-confirm { |
| 101 | /* */ |
| 102 | } |
| 103 | |
| 104 | /* File editing */ |
| 105 | .elfinder .elfinder-dialog .elfinder-file-edit { |
| 106 | /* */ |
| 107 | } |
| 108 | |
| 109 | /* File information */ |
| 110 | /* Title */ |
| 111 | .elfinder .elfinder-dialog .elfinder-info-title { |
| 112 | /* */ |
| 113 | } |
| 114 | |
| 115 | /* Table */ |
| 116 | .elfinder .elfinder-dialog .elfinder-info-tb { |
| 117 | /* */ |
| 118 | } |
| 119 | |
| 120 | /* File upload (including dropbox) */ |
| 121 | .elfinder .elfinder-dialog .elfinder-upload-dropbox, |
| 122 | .elfinder .elfinder-dialog .elfinder-upload-dialog-or { |
| 123 | /* */ |
| 124 | } |
| 125 |