file_manager_admin.css
295 lines
| 1 | .toplevel_page_njt-fs-filemanager #wpwrap{ |
| 2 | z-index: 20; |
| 3 | } |
| 4 | .njt-fs-wrap .wp-heading-inline{ |
| 5 | font-size: 23px; |
| 6 | font-weight: 400; |
| 7 | margin: 0; |
| 8 | line-height: 1.3; |
| 9 | } |
| 10 | .elfinder-dialog-edit { |
| 11 | z-index: 9999 !important; |
| 12 | } |
| 13 | .njt-fs-mr0 { |
| 14 | margin: 0 !important; |
| 15 | } |
| 16 | .njt-fs-pd0 { |
| 17 | padding: 0 !important; |
| 18 | } |
| 19 | .njt-fs-file-manager { |
| 20 | padding-right: 20px; |
| 21 | } |
| 22 | .njt-fs-file-manager .nav-tab-active { |
| 23 | background-color: #ffff !important; |
| 24 | border-bottom: 1px solid #ffff; |
| 25 | } |
| 26 | .wp-core-ui select{ |
| 27 | min-height: 20px !important; |
| 28 | } |
| 29 | .njt-fs-select-theme { |
| 30 | display: flex; |
| 31 | position: relative; |
| 32 | height: 50px; |
| 33 | margin-top: 10px; |
| 34 | align-items: center; |
| 35 | margin-bottom: 10px; |
| 36 | } |
| 37 | .njt-fs-select-theme .select-theme-content { |
| 38 | position: absolute; |
| 39 | right: 0px; |
| 40 | display: flex; |
| 41 | } |
| 42 | |
| 43 | .njt-fs-select-theme .select-theme-title { |
| 44 | margin: 8px 10px; |
| 45 | font-size: 14px; |
| 46 | } |
| 47 | /* CSS Setting */ |
| 48 | #njt-plugin-tabs { |
| 49 | padding-top: 20px; |
| 50 | } |
| 51 | .njt-fs-settings-content { |
| 52 | background-color: #ffff; |
| 53 | padding: 20px 20px; |
| 54 | margin: 0px 0px 20px 0; |
| 55 | padding-right: 0; |
| 56 | } |
| 57 | .njt-fs-settings-content .form-user-role-restrictions .form-table th { |
| 58 | width: 320px !important; |
| 59 | } |
| 60 | .njt-fs-settings-content .settings-title { |
| 61 | margin-bottom: 20px; |
| 62 | } |
| 63 | .njt-fs-settings-content .settings-title h1 { |
| 64 | margin: 0; |
| 65 | } |
| 66 | .njt-fs-settings-content .njt-fs-pd-0 { |
| 67 | padding: 0; |
| 68 | } |
| 69 | .njt-fs-settings-content .des-path { |
| 70 | padding-top: 10px; |
| 71 | padding-bottom: 5px; |
| 72 | } |
| 73 | /* shortcode-switch */ |
| 74 | .shortcode-switch { |
| 75 | display: inline-block; |
| 76 | height: 20px; |
| 77 | position: relative; |
| 78 | width: 40px; |
| 79 | } |
| 80 | .shortcode-switch input { |
| 81 | display: none; |
| 82 | } |
| 83 | .shortcode-switch .slider { |
| 84 | background-color: #ccc; |
| 85 | bottom: 0; |
| 86 | cursor: pointer; |
| 87 | left: 0; |
| 88 | position: absolute; |
| 89 | right: 0; |
| 90 | top: 0; |
| 91 | transition: 0.4s; |
| 92 | } |
| 93 | .shortcode-switch .slider:before { |
| 94 | background-color: #fff; |
| 95 | bottom: 2px; |
| 96 | content: ""; |
| 97 | height: 16px; |
| 98 | left: 2px; |
| 99 | position: absolute; |
| 100 | transition: 0.4s; |
| 101 | width: 16px; |
| 102 | } |
| 103 | .shortcode-switch input:checked + .slider { |
| 104 | background-color: #66bb6a; |
| 105 | } |
| 106 | .shortcode-switch input:checked + .slider:before { |
| 107 | transform: translateX(20px); |
| 108 | } |
| 109 | .shortcode-switch .slider.round { |
| 110 | border-radius: 34px; |
| 111 | } |
| 112 | .shortcode-switch .slider.round:before { |
| 113 | border-radius: 50%; |
| 114 | } |
| 115 | .njt-fs-button { |
| 116 | border: 1px solid #007cba; |
| 117 | color: #0071a1; |
| 118 | padding: 2px 10px; |
| 119 | cursor: pointer; |
| 120 | margin-right: 10px; |
| 121 | margin-bottom: 10px; |
| 122 | background: #f3f5f6; |
| 123 | border-radius: 3px; |
| 124 | font-size: 12px; |
| 125 | } |
| 126 | .njt-fs-button:hover { |
| 127 | background: #f1f1f1; |
| 128 | border-color: #016087; |
| 129 | color: #016087; |
| 130 | } |
| 131 | |
| 132 | .njt-btn-group:after { |
| 133 | content: ""; |
| 134 | clear: both; |
| 135 | display: table; |
| 136 | } |
| 137 | .njt-plugin-setting.settings-form .njt-settting-width, |
| 138 | .form-user-role-restrictions .njt-settting-width-select { |
| 139 | width: 45%; |
| 140 | } |
| 141 | .njt-plugin-setting.settings-form .njt-fs-settting-width-half { |
| 142 | width: 20%; |
| 143 | } |
| 144 | .form-user-role-restrictions .njt-settting-width { |
| 145 | width: 80%; |
| 146 | } |
| 147 | .njt-fs-list-col4 { |
| 148 | display: flex; |
| 149 | flex-wrap: wrap; |
| 150 | } |
| 151 | .njt-fs-list-col4 .list-col4-item { |
| 152 | flex: 0 0 25%; |
| 153 | max-width: 25%; |
| 154 | padding: 0!important; |
| 155 | display: block; |
| 156 | position: relative; |
| 157 | width: 100%; |
| 158 | padding-right: 15px; |
| 159 | padding-left: 15px; |
| 160 | } |
| 161 | /* .njt-fs-list-col4 .list-col4-item label { |
| 162 | padding-right: 25px; |
| 163 | } */ |
| 164 | .form-user-role-restrictions .njt-text-error { |
| 165 | color: #a00; |
| 166 | margin-top: 10px; |
| 167 | } |
| 168 | .njt-fs-list-user.njt-settting-width { |
| 169 | width: 80% !important; |
| 170 | } |
| 171 | @media screen and (max-width: 769px) { |
| 172 | .form-user-role-restrictions .njt-settting-width, |
| 173 | .form-user-role-restrictions .njt-settting-width-select, |
| 174 | .njt-plugin-setting.settings-form .njt-settting-width, |
| 175 | .njt-plugin-setting.settings-form .njt-fs-settting-width-half { |
| 176 | width: 100%; |
| 177 | } |
| 178 | #upload_max_size.njt-fs-settting-width-half, |
| 179 | #fm_locale.njt-fs-settting-width-half { |
| 180 | width: 50%; |
| 181 | } |
| 182 | .njt-fs-settings-content { |
| 183 | padding: 20px 20px; |
| 184 | } |
| 185 | .njt-fs-list-col4 .list-col4-item { |
| 186 | flex: 0 0 33%; |
| 187 | max-width: 33%; |
| 188 | } |
| 189 | .settings-form .njt-fs-list-col4 .list-col4-item { |
| 190 | flex: 0 0 50%; |
| 191 | max-width: 50%; |
| 192 | } |
| 193 | .njt-fs-file-manager { |
| 194 | padding-right: 10px; |
| 195 | } |
| 196 | #njt-plugin-tabs { |
| 197 | padding-top: 0; |
| 198 | } |
| 199 | } |
| 200 | #toast-container.njt-fs-toastr>.toast-success { |
| 201 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cg%3E %3Cpath d='M256,0C114.833,0,0,114.833,0,256s114.833,256,256,256s256-114.853,256-256S397.167,0,256,0z M256,472.341 c-119.275,0-216.341-97.046-216.341-216.341S136.725,39.659,256,39.659c119.295,0,216.341,97.046,216.341,216.341 S375.275,472.341,256,472.341z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23007CBA'/%3E %3C/g%3E %3C/g%3E%3Cg%3E %3Cg%3E %3Cpath d='M373.451,166.965c-8.071-7.337-20.623-6.762-27.999,1.348L224.491,301.509l-58.438-59.409 c-7.714-7.813-20.246-7.932-28.039-0.238c-7.813,7.674-7.932,20.226-0.238,28.039l73.151,74.361 c3.748,3.807,8.824,5.929,14.138,5.929c0.119,0,0.258,0,0.377,0.02c5.473-0.119,10.629-2.459,14.297-6.504l135.059-148.722 C382.156,186.854,381.561,174.322,373.451,166.965z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23007CBA'/%3E %3C/g%3E %3C/g%3E%3C/g%3E %3C/svg%3E")!important; |
| 202 | } |
| 203 | |
| 204 | #toast-container.njt-fs-toastr>.toast-error { |
| 205 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 340.8 340.8' style='enable-background:new 0 0 340.8 340.8;' xml:space='preserve' width='512px' height='512px'%3E%3Cg%3E%3Cg%3E %3Cg%3E %3Cpath d='M170.4,0C76.4,0,0,76.4,0,170.4s76.4,170.4,170.4,170.4s170.4-76.4,170.4-170.4S264.4,0,170.4,0z M170.4,323.6 c-84.4,0-153.2-68.8-153.2-153.2S86,17.2,170.4,17.2S323.6,86,323.6,170.4S254.8,323.6,170.4,323.6z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23C63C36'/%3E %3C/g%3E %3C/g%3E%3Cg%3E %3Cg%3E %3Cpath d='M182.4,169.6l50-50c3.2-3.2,3.2-8.8,0-12c-3.2-3.2-8.8-3.2-12,0l-50,50l-50-50c-3.2-3.2-8.8-3.2-12,0 c-3.2,3.2-3.2,8.8,0,12l50,50l-50,49.6c-3.2,3.2-3.2,8.8,0,12c1.6,1.6,4,2.4,6,2.4s4.4-0.8,6-2.4l50-50l50,50c1.6,1.6,4,2.4,6,2.4 s4.4-0.8,6-2.4c3.2-3.2,3.2-8.8,0-12L182.4,169.6z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23C63C36'/%3E %3C/g%3E %3C/g%3E%3C/g%3E %3C/svg%3E")!important |
| 206 | } |
| 207 | |
| 208 | .toast-top-right.njt-fs-toastr { |
| 209 | top: 34px; |
| 210 | } |
| 211 | |
| 212 | .njt-fs-toastr .toast-error,.njt-fs-toastr .toast-success { |
| 213 | background-color: #f1efef; |
| 214 | background-size: 24px; |
| 215 | } |
| 216 | |
| 217 | .njt-fs-toastr .toast-close-button { |
| 218 | color: rgba(0,0,0,.45); |
| 219 | top: -3px; |
| 220 | } |
| 221 | |
| 222 | .njt-fs-toastr .toast-message { |
| 223 | color: #000000; |
| 224 | font-size: 14px; |
| 225 | margin-left: 10px; |
| 226 | } |
| 227 | |
| 228 | @media only screen and (min-width: 1400px){ |
| 229 | .njt-fs-list-col4 .list-col4-item { |
| 230 | flex: 0 0 14%; |
| 231 | max-width: 14%; |
| 232 | } |
| 233 | } |
| 234 | @media only screen and (min-width: 2500px){ |
| 235 | |
| 236 | .njt-fs-list-user.njt-settting-width { |
| 237 | width: 50% !important; |
| 238 | } |
| 239 | } |
| 240 | |
| 241 | .button-primary.njt-fs-updating-message::after{ |
| 242 | color: #e10909; |
| 243 | font-family: dashicons; |
| 244 | display: inline-block; |
| 245 | line-height: 1; |
| 246 | font-weight: 400; |
| 247 | font-style: normal; |
| 248 | speak: never; |
| 249 | text-decoration: inherit; |
| 250 | text-transform: none; |
| 251 | text-rendering: auto; |
| 252 | -webkit-font-smoothing: antialiased; |
| 253 | -moz-osx-font-smoothing: grayscale; |
| 254 | width: 20px; |
| 255 | height: 20px; |
| 256 | font-size: 20px; |
| 257 | vertical-align: top; |
| 258 | text-align: center; |
| 259 | transition: color .1s ease-in; |
| 260 | } |
| 261 | |
| 262 | .button.njt-fs-updating-message:after { |
| 263 | margin: 4px 0px 0px 10px; |
| 264 | } |
| 265 | |
| 266 | .button.njt-fs-updating-message:after { |
| 267 | animation: rotation 2s infinite linear; |
| 268 | } |
| 269 | |
| 270 | .button.njt-fs-updating-message:after { |
| 271 | color: #f0f0f1; |
| 272 | content: "\f463"; |
| 273 | } |
| 274 | |
| 275 | .button.njt-fs-updating-message:after{ |
| 276 | display: inline-block; |
| 277 | font: normal 20px/1 dashicons; |
| 278 | -webkit-font-smoothing: antialiased; |
| 279 | -moz-osx-font-smoothing: grayscale; |
| 280 | vertical-align: top; |
| 281 | } |
| 282 | |
| 283 | .njt-fs-toastr { |
| 284 | animation: mytoastr .35s linear; |
| 285 | } |
| 286 | @keyframes mytoastr { |
| 287 | from { |
| 288 | opacity: 0; |
| 289 | transform: translateY(20px); |
| 290 | } |
| 291 | to { |
| 292 | transform: none; |
| 293 | opacity: 1; |
| 294 | } |
| 295 | } |