PluginProbe
UpdraftCentral Dashboard / trunk
UpdraftCentral Dashboard vtrunk
0.8.33 0.7.2 0.7.3 0.7.4 0.8.0 0.8.1 0.8.10 0.8.11 0.8.12 0.8.13 0.8.14 0.8.15 0.8.16 0.8.17 0.8.18 0.8.19 0.8.2 0.8.20 0.8.21 0.8.22 0.8.23 0.8.24 0.8.25 0.8.26 0.8.27 All 51 releases
updraftcentral / css / dashboard.css

dashboard.css in UpdraftCentral Dashboard trunk, at css/dashboard.css

2,239 lines 59.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * Sections: you can search for these for quicker navigation through this CSS file
3 *
4 * 1. Dashboard notices
5 * 2. Managing sites
6 * 3. General page layout + typography
7 * 4. Universal state elements (e.g. spinners)
8 * 5. Backup related
9 * 6. Dropdown menu<<<
10 * 7. UpdraftPlus settings
11 * 8. Datatable CSS overwrite
12 *
13 * Spinner images, to be incorporated: wp-includes/images/spinner.gif wp-includes/images/spinner-2x.gif
14 *
15 */
16 /* 1. Dashboard notices */
17 #updraftcentral_dashboard {
18 font-size: 1.2rem;
19 line-height: 1.5; }
20
21 #updraftcentral_dashboard h1, #updraftcentral_dashboard h2, #updraftcentral_dashboard h3, #updraftcentral_dashboard h4, #updraftcentral_dashboard h5, #updraftcentral_dashboard h6 {
22 color: #DF6926;
23 font-weight: normal; }
24
25 #updraftcentral_dashboard_loading {
26 margin-top: 12px; }
27
28 #updraftcentral_notice_container .updraftcentral_notice {
29 border-left: 5px solid;
30 border: 1px solid #555;
31 background-color: #F7F7F7;
32 border-radius: 4px;
33 padding: 6px 6px 6px 12px;
34 margin: 12px 0;
35 clear: both; }
36
37 #updraftcentral_notice_container .updraftcentral_notice_dismiss::before {
38 background: none;
39 color: #909498;
40 content: "\f153";
41 display: block;
42 font: normal 16px/20px dashicons;
43 speak: none;
44 height: 10px;
45 text-align: center;
46 width: 20px;
47 -webkit-font-smoothing: antialiased;
48 -moz-osx-font-smoothing: grayscale; }
49
50 #updraftcentral_notice_container .updraftcentral_notice_contents {
51 width: 95%; }
52
53 #updraftcentral_notice_container .updraftcentral_notice_dismiss {
54 float: right;
55 position: relative;
56 top: -4px;
57 border: medium none;
58 margin: 0px;
59 padding: 1px;
60 background: transparent none repeat scroll 0% 0% !important;
61 color: #909498;
62 cursor: pointer; }
63
64 #updraftcentral_notice_container .updraftcentral_notice_dismiss:hover::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:active::before, #updraftcentral_notice_container .updraftcentral_notice_dismiss:focus::before {
65 color: #B4B9BE; }
66
67 #updraftcentral_notice_container .updraftcentral_notice_dismiss:focus {
68 outline: none;
69 -webkit-box-shadow: 0 0 0 1px #5B9DD9, 0 0 2px 1px rgba(30, 140, 190, 0.8);
70 box-shadow: 0 0 0 1px #5B9DD9, 0 0 2px 1px rgba(30, 140, 190, 0.8); }
71
72 #updraftcentral_notice_container .ie8 .updraftcentral_notice_dismiss:focus {
73 outline: 1px solid #5B9DD9; }
74
75 #updraftcentral_notice_container .updraftcentral_notice.updraftcentral_notice_new {
76 display: none; }
77
78 #updraftcentral_notice_container .updraftcentral_notice_level_error {
79 border-left: 4px solid red; }
80
81 #updraftcentral_notice_container .updraftcentral_notice_level_notice, #updraftcentral_notice_container .updraftcentral_notice_level_info {
82 border-left: 4px solid #46B450; }
83
84 /*#updraftcentral_addsite_help, #updraftcentral_editsite_expertoptions {
85 /font-size: 65%;
86 font-style: italic;
87 }*/
88 #updraftcentral_addsite_key, #updraftcentral_addsite_description {
89 width: 100%;
90 margin-bottom: 14px; }
91
92 #updraftcentral_editsite_expertoptions {
93 clear: left;
94 padding-top: 6px; }
95
96 #updraftcentral_editsite_expertoptions label {
97 width: 170px; }
98
99 #updraftcentral_addsite_help {
100 color: #0275D8; }
101
102 #updraftcentral_editsite_expertoptions h3, #updraftcentral_editsite_expertoptions h4 {
103 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
104 font-weight: normal;
105 margin-bottom: 0;
106 padding-bottom: 0; }
107
108 #updraftcentral_editsite_expertoptions h4 {
109 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
110 font-weight: normal;
111 margin-top: 20px;
112 font-size: 22px;
113 letter-spacing: 0;
114 margin-bottom: 0; }
115
116 /* 2. Managing sites */
117 #updraftcentral_debug_level {
118 width: 40px; }
119
120 /* It doesn't show, until Modernizr has verified that the browser is compatible */
121 #updraftcentral_dashboard_existingsites_container {
122 display: none; }
123
124 #updraftcentral_panel_notices {
125 width: 100%;
126 margin: 0 auto;
127 margin-top: 2%;
128 background-color: #EAEAEA;
129 padding: 20px;
130 border-radius: 6px; }
131
132 #updraftcentral_panel_notices h3 {
133 margin-top: 0px; }
134
135 #updraftcentral_panel_notices table {
136 text-align: center; }
137
138 #updraftcentral_panel_notices .dashicons {
139 width: 25px;
140 height: 25px;
141 font-size: 25px; }
142
143 #updraftcentral_panel_notices .get_from_link {
144 padding: 5px; }
145
146 .updraftcentral .updraftcentral_dashboard_newsite {
147 float: right;
148 min-width: 100px;
149 min-height: 40px;
150 font-size: 140%; }
151
152 div.updraftcentral_row_sitelabel br.updraft-full-hidden {
153 display: none; }
154
155 div.updraft-cancel-new-site {
156 width: 30%;
157 display: inline-block; }
158
159 div.add-new-site {
160 width: 70%;
161 float: left; }
162
163 div.updraftcentral_row_site_buttons a.updraftcentral_button_link {
164 color: #FFF; }
165
166 div.updraftcentral_row_site_buttons .btn {
167 cursor: pointer; }
168
169 div.updraftcentral_row_site_buttons a.updraftcentral_button_link:hover {
170 color: #FFF;
171 text-decoration: none; }
172
173 div.updraftcentral_row_sitelabel input.updraftcentral_site_description {
174 height: 18px;
175 width: 100px; }
176
177 div.updraftcentral_site_row .updraftcentral_site_url_after_description {
178 font-size: 75%;
179 padding-left: 25px; }
180
181 div.updraft_site_actions {
182 display: inline-block; }
183
184 div.updraft_site_actions .btn {
185 text-transform: capitalize; }
186
187 .updraftcentral_site_sort_icon {
188 color: gray; }
189
190 div.updraftcentral_site_row.row {
191 margin-left: 0;
192 margin-right: 0;
193 cursor: move; }
194
195 div.updraftcentral_site_row.row.sortable-is-disabled {
196 cursor: initial; }
197
198 div.updraft_site_title {
199 display: inline-block;
200 min-width: 330px;
201 max-width: 500px;
202 font-weight: bold; }
203
204 .updraftcentral_row_sitelabel .updraftcentral_site_dashboard.dashicons-wordpress-alt {
205 position: relative;
206 top: 8px;
207 font-size: 70%; }
208
209 div.updraft_site_title a {
210 line-height: 30px; }
211
212 div .updraft_no_sites {
213 border-bottom: 1px solid #CCC;
214 margin-bottom: 2%; }
215
216 span.dashicon-fix {
217 line-height: 1.3; }
218
219 .updraft_site_actions .btn-group button, .updraftcentral_table button {
220 min-height: 30px; }
221
222 .updraft_site_actions .dropdown-item {
223 padding: 0px 10px 3px 10px !important;
224 color: #373A3C !important; }
225
226 span.dashicon-fix {
227 line-height: 1.3; }
228
229 div.updraftcentral_site_row,
230 div.updraftcentral_site_row:hover {
231 background-color: #FFF;
232 border-radius: 6px; }
233
234 hr {
235 margin: 0; }
236
237 .updraftcentral_site_row {
238 padding: 8px 0;
239 background-color: #F7F7F7;
240 border-radius: 6px; }
241
242 .updraftrc_site_row {
243 padding: 16px 0; }
244
245 .updraftcentral_row_container {
246 text-align: right;
247 margin-right: 20px; }
248
249 span.updraftcentral_site_dashboard {
250 cursor: pointer; }
251
252 /* 3. General page layout + typography */
253 .width-100-percent {
254 width: 100%; }
255
256 #updraftcentral_dashboard a, #updraftcentral_modal .modal-content a {
257 color: #0275D8;
258 text-decoration: none; }
259
260 #updraftcentral_dashboard a:visited, #updraftcentral_modal .modal-content a:visited {
261 color: #0275D8;
262 text-decoration: none; }
263
264 #updraftcentral_dashboard a:hover, #updraftcentral_modal .modal-content a:hover {
265 color: #014C8C;
266 text-decoration: underline; }
267
268 #updraftcentral_modal #connection-test-results .connection-test-failed {
269 color: red; }
270
271 #updraftcentral_modal #connection-test-results .connection-test-succeeded {
272 color: green; }
273
274 #updraftcentral_modal #connection-test-results {
275 padding: 20px 24px 0 24px; }
276
277 #updraftcentral_modal .connection-test-header:first-of-type {
278 font-weight: bold; }
279
280 #updraftcentral_modal .connection-test-title {
281 float: left;
282 clear: left;
283 width: 45%; }
284
285 #updraftcentral_modal .connection-test-result {
286 width: 55%;
287 float: left;
288 padding-bottom: 18px; }
289
290 #updraftcentral_modal p {
291 clear: left; }
292
293 #updraftcentral_modal a:hover {
294 cursor: pointer; }
295
296 /* This is only shown when editing existing sites, not when adding new */
297 #updraftcentral_modal .updraftcentral_addsite_expertoptions #updraftcentral_test_other_connection_methods_section {
298 display: none; }
299
300 /* Reduce the z-index for the Divi header, so that it doesn't cover the modal */
301 body.et_full_width_page #main-header {
302 z-index: 999; }
303
304 /* Remove the page header */
305 h1.main_title {
306 display: none; }
307
308 .top-buffer {
309 margin-top: 2%; }
310
311 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-hidden, #updraftcentral_modal_dialog .updraft-hidden, #updraftcentral_dashboard_existingsites .updraft_existing_backups_output .updraft-hidden, h1.pagetitle, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .hidden, .updraft-mobile-menu {
312 display: none; }
313
314 /* Disabled this, as progress is already shown visually */
315 #uc_task_progress_label {
316 display: none; }
317
318 /* Below is all for the navigation menu */
319 #updraft-central-navigation {
320 background-color: #DF6926;
321 min-height: 50px;
322 padding: 10px; }
323
324 #updraft-central-navigation:after {
325 clear: both;
326 content: "";
327 display: block; }
328
329 #updraft-central-navigation .updraftcentral_licence_info {
330 color: #C6C9D4; }
331
332 .updraft-central-logo {
333 display: inline-block;
334 margin-left: -3px;
335 width: 50%;
336 padding-left: 8px;
337 padding-right: 8px; }
338
339 .updraft-central-logo img {
340 height: 30px; }
341
342 #updraft-central-navigation .updraftcentral_licence_info * {
343 vertical-align: middle; }
344
345 #updraft-central-navigation .top_menu_right {
346 display: inline-block;
347 float: right;
348 text-align: right;
349 white-space: nowrap; }
350
351 #updraft-central-navigation .top_menu_right * {
352 vertical-align: middle; }
353
354 #updraft-central-navigation .top_menu_right .dashicons {
355 color: white;
356 cursor: pointer;
357 font-size: 30px;
358 height: 30px;
359 width: 30px; }
360
361 #updraft-central-navigation .top_menu_right .dashicons:hover {
362 color: black;
363 cursor: pointer; }
364
365 /*Mobile menu*/
366 #updraft-central-navigation .dashicons.updraft-mobile-menu {
367 font-size: 30px;
368 height: 30px;
369 width: 30px; }
370
371 /*Sidebar navigation start*/
372 #updraftcentral_dashboard.updraft-fullscreen #updraft-central-content-container {
373 height: 90vh; }
374
375 #updraft-central-content-container {
376 height: 85vh; }
377
378 #updraft-central-content-container #updraft-central-navigation-sidebar {
379 background-color: #F5F5F5;
380 border-bottom: 1px solid #EEE; }
381
382 #updraft-central-content-container #updraft-central-content {
383 width: auto;
384 height: 100%;
385 overflow: auto; }
386
387 #updraft-central-sidebar-button {
388 display: none; }
389
390 @media screen and (min-width: 670px) {
391 #updraft-central-content-container #updraft-central-navigation-sidebar {
392 float: left;
393 overflow-y: auto;
394 overflow-x: visible;
395 height: 100%;
396 width: 200px;
397 background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF));
398 background: linear-gradient(to bottom, #F5F5F5 0%, #FFF 100%);
399 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
400 border-right: 1px solid #EEE;
401 border-bottom: none; }
402 #updraft-central-content-container #updraft-central-content {
403 width: auto;
404 height: 100%;
405 padding-left: 10px;
406 padding-right: 10px;
407 overflow: auto; }
408 #updraft-central-sidebar-button {
409 display: block;
410 position: fixed;
411 top: 50%;
412 -webkit-transform: translatey(-50%);
413 transform: translatey(-50%);
414 background-color: #DF6926;
415 width: 15px;
416 height: 100px;
417 border-radius: 0px 25px 25px 0px;
418 z-index: 1000; }
419 #updraft-central-sidebar-button:hover {
420 background-color: #E2783B;
421 cursor: pointer; } }
422
423 /* Sidebar navigation end */
424 #updraft-menu-item-all {
425 padding: 8px 0;
426 color: #939393; }
427
428 .updraft-menu-item,
429 .updraft-menu-item-links {
430 display: none;
431 color: #939393;
432 /*
433 Padding here should be adjusted in future when menu items with longer names are added
434 as the longer names will make the sidebar bigger automatically.
435 */
436 padding: 8px 0; }
437
438 /*#updraft-menu-item-all:hover,
439 .updraft-menu-item-container:hover,
440 .updraft-menu-item:hover,
441 .updraft-menu-item-links:hover,
442 .updraft-menu-item-hover {
443 background-color: #BF5519;
444 cursor: pointer;
445 color: white;
446 }
447
448 .updraft-menu-item-container:hover span {
449 color: white;
450 }
451
452 .updraft-menu-item-active,
453 .updraft-menu-item-links-active {
454 background-color: #BF5519;
455 color: white;
456 }*/
457 /* screen has a min width */
458 @media (min-width: 670px) {
459 #updraft-menu-item-all,
460 .updraft-menu-item,
461 .updraft-menu-item-links {
462 display: block;
463 text-align: center; }
464 .updraft-central-logo {
465 float: left;
466 width: auto; }
467 #updraft-central-navigation .dashicons.updraft-mobile-menu {
468 display: none; }
469 #updraft-central-navigation .top_menu_right {
470 white-space: nowrap; }
471 #updraft-central-navigation .top_menu_right {
472 float: right;
473 width: auto; } }
474
475 /*
476 .updraft-full-screen:hover {
477 color: #000;
478 cursor: pointer;
479 }
480 */
481 /*#updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help {
482 color: #fff;
483 width: 30px;
484 font-size: 30px;
485 margin: 8px 5px;
486 }
487
488 #updraft-central-navigation .updraft_central_center span.dashicons.dashicons-editor-help:hover {
489 color: #000;
490 cursor: pointer;
491 }*/
492 /* End navigation menu CSS */
493 /* Twenty Fourteen max-width fix */
494 .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
495 max-width: 100% !important; }
496
497 #updraftcentral_dashboard_existingsites {
498 display: block;
499 margin-left: 1.2em;
500 margin-right: 1.2em;
501 width: 100%;
502 margin: 0 auto;
503 margin-top: 2%;
504 background-color: #EAEAEA;
505 padding: 10px;
506 border-radius: 6px; }
507
508 .updraftcentral_dashboard.container-fluid {
509 padding-left: 0;
510 padding-right: 0; }
511
512 .updraftcentral_site_row .updraft_site_actions.has-site-info {
513 min-width: 0px; }
514
515 /*#updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th {
516 max-width: 150px;
517 }*/
518 /* 4. Universal state elements (e.g. spinners) */
519 #updraftcentral_dashboard.updraft-fullscreen {
520 background-color: #FFF; }
521
522 .updraftcentral_loading_spinner {
523 position: relative; }
524
525 .updraftcentral_spinner {
526 font-size: 10px;
527 left: 50%;
528 top: 50%;
529 position: fixed;
530 z-index: 9999 !important;
531 float: left;
532 clear: none;
533 margin: 0;
534 padding: 0;
535 background-image: url("../images/updraft-central-orange-md.png");
536 height: 25px !important;
537 width: 25px !important;
538 -webkit-animation: udp 2s infinite ease;
539 animation: udp 2s infinite ease; }
540
541 /* If the spinner is attached to a modal element, then really put it there (instead of the default centre-screen) */
542 #updraftcentral_modal .updraftcentral_spinner {
543 position: relative;
544 top: 0px;
545 left: 0px; }
546
547 @-webkit-keyframes udp {
548 0% {
549 -webkit-transform: rotate(0deg);
550 transform: rotate(0deg); }
551 100% {
552 -webkit-transform: rotate(360deg);
553 transform: rotate(360deg); } }
554
555 @keyframes udp {
556 0% {
557 -webkit-transform: rotate(0deg);
558 transform: rotate(0deg); }
559 100% {
560 -webkit-transform: rotate(360deg);
561 transform: rotate(360deg); } }
562
563 .dashicon-image-rotating {
564 -webkit-animation: refresh 2s infinite ease;
565 animation: refresh 2s infinite ease; }
566
567 @-webkit-keyframes refresh {
568 0% {
569 -webkit-transform: rotate(0deg);
570 transform: rotate(0deg); }
571 100% {
572 -webkit-transform: rotate(360deg);
573 transform: rotate(360deg); } }
574
575 @keyframes refresh {
576 0% {
577 -webkit-transform: rotate(0deg);
578 transform: rotate(0deg); }
579 100% {
580 -webkit-transform: rotate(360deg);
581 transform: rotate(360deg); } }
582
583 span.c-indicator {
584 background-color: #D1D1D1; }
585
586 button.btn-default {
587 color: #333;
588 background-color: #FFF;
589 border-color: #CCC; }
590
591 button.btn-default:hover, button.btn-default:hover {
592 background-color: #E6E6E6;
593 border-color: #ADADAD;
594 color: #333; }
595
596 button.btn-updraftplus {
597 color: #FFF;
598 background-color: #DF6926;
599 border-color: #DF6926; }
600
601 button.btn-updraftplus:hover {
602 background-color: #BF5519;
603 border-color: #BF5519; }
604
605 button.btn-black-outline {
606 color: #636363;
607 background-color: transparent;
608 background-image: none;
609 border-color: #636363; }
610
611 button.btn-black-outline:hover {
612 color: #FFF;
613 background-color: #636363;
614 border-color: #636363; }
615
616 button.btn-updraftplus-outline {
617 color: #DF6926;
618 border-color: #DF6926;
619 background-color: transparent;
620 background-image: none; }
621
622 button.btn-updraftplus-outline:hover {
623 color: #FFF;
624 border-color: #DF6926;
625 background-color: #DF6926; }
626
627 button.btn-settings-outline {
628 color: #686868;
629 border-color: #686868;
630 background-color: transparent;
631 background-image: none; }
632
633 button.btn-settings-outline:hover, button.btn-settings-outline:focus {
634 color: #FFF;
635 border-color: #686868;
636 background-color: #686868; }
637
638 .updraftcentral_action_box {
639 display: block;
640 margin-top: 10px;
641 text-align: center;
642 padding: 5px;
643 /* width: 85%; */
644 margin: 10px auto 0px auto;
645 min-height: 40px; }
646
647 /* For Divi theme and other possible table CSS conflict */
648 table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th {
649 max-width: 100% !important; }
650
651 .updraftcentral-hide-in-other-tabs, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraft-directory-not-writable-blurb, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_cloudfiles_newapiuser {
652 display: none; }
653
654 #updraftcentral_notice_container .updraftcentral_notice .updraftmessage.fade {
655 display: block;
656 opacity: inherit; }
657
658 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .updraftplus_downloader_closebutton {
659 float: right;
660 margin-bottom: 8px; }
661
662 .phpinfo {
663 font-style: italic; }
664
665 .phpinfo:hover {
666 cursor: pointer; }
667
668 #updraftcentral_modal_dialog .modal-dialog {
669 margin-top: 5%; }
670
671 #updraftcentral_modal_dialog p {
672 padding-bottom: 4px;
673 margin-bottom: 0px; }
674
675 #updraftcentral_modal_dialog .initially-hidden {
676 display: none; }
677
678 #updraftcentral_modal_dialog .modal-header .close {
679 margin-top: 5px;
680 position: absolute;
681 right: 15px; }
682
683 .updraft_site_unlicensed {
684 color: red;
685 font-style: italic; }
686
687 #updraftcentral_licence_info {
688 /* The default is to not display licence information. Customisers can over-ride this. */
689 display: none; }
690
691 #updraftcentral_licence_info:hover {
692 opacity: 50%; }
693
694 #updraftcentral_licence_info a {
695 color: #C6C9D4; }
696
697 #updraftcentral_licence_info a:hover {
698 color: black; }
699
700 #updraftcentral_modal_dialog .modal-content {
701 border-radius: 0.4rem; }
702
703 #updraftcentral_modal_dialog .modal-dialog.backup-now {
704 font-size: 13px; }
705
706 #updraftcentral_modal_dialog .modal-header {
707 border-bottom: none;
708 border-radius: 0.3rem 0.3rem 0 0;
709 padding: 15px 15px 0 15px;
710 background-color: #DF6926;
711 color: #FFF; }
712
713 #updraftcentral_modal_dialog pre {
714 width: auto;
715 height: 330px;
716 overflow-y: auto;
717 max-height: 300px; }
718
719 /*#updraftcentral_modal_dialog .modal-content .modal-body ul {
720 list-style-type: none;
721 margin: 0 10px;
722 }*/
723 #updraftcentral_modal_dialog .modal-header h4 {
724 color: #FFF;
725 font-family: "Helvetica Neue",helvetica,arial,sans-serif;
726 font-size: 2rem;
727 font-weight: 500;
728 line-height: 1.1;
729 letter-spacing: normal;
730 margin-top: 0;
731 margin-bottom: 0; }
732
733 #updraftcentral_modal_dialog .modal-body h3 {
734 margin-top: 0;
735 margin-bottom: 0; }
736
737 #updraftcentral_modal_dialog .modal-footer .btn-warning {
738 color: #F0AD4E;
739 background-color: transparent;
740 background-image: none;
741 border-color: #F0AD4E; }
742
743 .modal-footer .btn-default {
744 color: #686868;
745 border-color: #686868;
746 background-color: transparent;
747 background-image: none; }
748
749 .modal-footer .btn-default:hover, .modal-footer .btn-default:focus {
750 color: #FFF;
751 border-color: #686868;
752 background-color: #686868; }
753
754 #updraftcentral_modal_dialog .modal-footer .btn-warning:hover, #updraftcentral_modal_dialog .modal-footer .btn-warning:focus {
755 color: #FFF;
756 background-color: #F0AD4E;
757 border-color: #F0AD4E; }
758
759 .updraft_existing_backups_output > button.btn-refresh,
760 .updraft_site_settings_output > button.btn-refresh,
761 .updraft_module_output > button.btn-refresh {
762 float: right;
763 position: relative;
764 top: 6px;
765 left: -12px; }
766
767 .updraft_existing_backups_output > button.btn-refresh:hover,
768 .updraft_site_settings_output > button.btn-refresh:hover,
769 .updraft_module_output > button.btn-refresh:hover {
770 cursor: pointer; }
771
772 .bootbox-body h2 {
773 color: #DF6926; }
774
775 /* 5. Backup related */
776 label.backupnow_includecloud {
777 /*cursor:pointer;*/ }
778
779 /* Below is adapted from: http://www.hongkiat.com/blog/css3-checkbox-radio/ */
780 .modal-body label {
781 display: inline;
782 cursor: pointer;
783 position: relative;
784 font-size: 13px;
785 margin-top: 20px;
786 margin-bottom: 0; }
787
788 label.backupnow_includedb::before {
789 content: "";
790 display: inline-block;
791 width: 16px;
792 height: 16px;
793 margin-right: 10px;
794 position: absolute;
795 left: 0;
796 bottom: 1px;
797 background-color: #EAEAEA;
798 border-radius: 4px; }
799
800 .updraft_existing_backups .rescanning {
801 font-style: italic;
802 padding-bottom: 10px; }
803
804 label[for=backupnow_label]::before {
805 display: none; }
806
807 label[for=backupnow_label] {
808 padding-left: 0; }
809
810 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader .dlfileprogress {
811 width: 0;
812 background: #F6A828;
813 height: 5px; }
814
815 .updraftplus_downloader .raw {
816 margin: 8px 0 10px 0; }
817
818 .updraftplus_downloader .file {
819 display: block;
820 height: auto;
821 padding: 5px;
822 background: #ECECEC;
823 border: solid 1px #CCC;
824 margin: 8px 0 0 0; }
825
826 /* Existing backup related CSS */
827 .updraft_diskspaceused_update, .updraft_rescan_local, .updraft_rescan_remote {
828 cursor: pointer;
829 text-decoration: underline; }
830
831 input:disabled + label::before {
832 cursor: not-allowed;
833 background-color: #adadad; }
834
835 .updraft_existing_backups_output h2, #updraftcentral_modal_dialog #updraftcentral_phpinfo_results img,
836 #updraftcentral_dashboard_existingsites .updraft_existing_backups_output .ud-whitespace-warning {
837 display: none; }
838
839 .download-backups {
840 padding: 10px;
841 margin: 10px 10px 0 10px;
842 background-color: #FFF;
843 border-radius: 6px; }
844
845 .ud-whitespace-warning a {
846 text-decoration: underline; }
847
848 #updraftcentral_modal_dialog #updraftcentral_phpinfo_results {
849 height: 300px;
850 max-height: 300px;
851 overflow: auto; }
852
853 .before-restore-button {
854 width: 240px; }
855
856 .updraft_download_button, .restore-button button,
857 .updraftplus-remove a, .updraft-viewlogdiv a,
858 #updraftplus-settings-save,
859 .updraft_site_settings_output button.button-primary {
860 display: inline-block;
861 font-weight: 400;
862 line-height: 1.25;
863 text-align: center;
864 white-space: nowrap;
865 vertical-align: middle;
866 cursor: pointer;
867 -webkit-user-select: none;
868 -moz-user-select: none;
869 -ms-user-select: none;
870 user-select: none;
871 border: 1px solid #CCC;
872 padding: .25rem .5rem;
873 font-size: .875rem;
874 border-radius: .2rem;
875 color: #373A3C !important;
876 background-color: #FFF;
877 margin-right: 5px; }
878
879 .restore-button button:hover, .restore-button button:focus,
880 .updraftplus-remove a:hover, .updraftplus-remove a:focus,
881 .updraft-viewlogdiv a:hover, .updraft-viewlogdiv a:focus {
882 color: #373A3C;
883 background-color: #E6E6E6;
884 border-color: #ADADAD;
885 text-decoration: none !important; }
886
887 /*.updraftcentral_dashboard #updraft-central-content .btn-primary,
888 #updraftcentral_modal_dialog .btn-primary, .updraft_download_button,
889 .updraft_site_settings_output button.button-primary,
890 .modal-footer .btn-primary, #updraftplus-settings-save {
891 border: 1px solid #269CDF;
892 color: #FFF !important;
893 background-color: #269CDF;
894 }
895
896 .updraftcentral_dashboard #updraft-central-content .btn-primary:hover,
897 .updraftcentral_dashboard #updraft-central-content .btn-primary:focus,
898 .updraftcentral_dashboard #updraft-central-content .btn-primary:active,
899 .updraft_download_button:hover, .updraft_download_button:focus, .updraft_download_button:active,
900 #updraftcentral_modal_dialog .btn-primary:hover, #updraftcentral_modal_dialog .btn-primary:focus,
901 #updraftcentral_modal_dialog .btn-primary:active,
902 .updraft_site_settings_output button.button-primary:focus,
903 .updraft_site_settings_output button.button-primary:hover,
904 #updraftplus-settings-save:hover, #updraftplus-settings-save:focus,
905 .updraft-test-button:hover, .updraft-test-button:focus,
906 .modal-footer .btn-primary:hover, .modal-footer .btn-primary:active, .modal-footer .btn-primary:focus {
907 border-color: transparent !important;
908 color: #FFF !important;
909 background-color: #1B7FB7;
910 text-decoration: none !important;
911 }*/
912 .btn-group > .btn:not(:first-child) {
913 border-left-color: #FFF !important; }
914
915 .updraftcentral_dashboard .input-group .form-control {
916 border-bottom-left-radius: .25rem !important;
917 border-top-left-radius: .25rem !important; }
918
919 .updraftcentral_dashboard .btn-danger {
920 border: 1px solid #C12E2A;
921 color: #FFF !important;
922 background-color: #C9302C; }
923
924 .updraftcentral_dashboard .btn-danger:focus, .btn-danger:hover {
925 border-color: #D9534F;
926 color: #FFF !important;
927 background-color: #D9534F;
928 text-decoration: none !important; }
929
930 .existing-backups-table thead tr th.backup-date, .existing-backups-table thead tr th.backup-data,
931 .existing-backups-table thead tr th.updraft_backup_actions {
932 padding: 10px; }
933
934 .updraft_backup_actions, tb.before-restore-button, .updraft_existingbackup_date {
935 width: 200px; }
936
937 .restore-button, .updraftplus-remove, .updraft-viewlogdiv {
938 display: inline-block; }
939
940 .download-backups ul li {
941 list-style: none; }
942
943 .download-backups ul li:last-child {
944 font-size: 12px; }
945
946 #updraftcentral_notice_container .updraftcentral_notice .updraftplus_downloader {
947 margin-top: 4px;
948 width: 75%;
949 border: 0; }
950
951 .existing-backups-table thead tr td[colspan="3"],
952 .existing-backups-table thead tr td[colspan="4"],
953 .existing-backups-table tbody tr td[colspan="4"] {
954 display: none;
955 /* Hide the empty columns/rows which come back from UDP */ }
956
957 table.existing-backups-table {
958 border-spacing: 0;
959 border-collapse: separate;
960 border: none; }
961
962 .existing-backups-table th, .existing-backups-table td {
963 border: 1px solid #EEE; }
964
965 .existing-backups-table thead tr:first-child th:first-child {
966 border-radius: 0.6em 0 0 0;
967 width: 145px; }
968
969 .existing-backups-table thead tr:first-child th:last-child {
970 border-radius: 0 0.6em 0 0; }
971
972 .existing-backups-table tbody tr:nth-last-child(2) td:first-child {
973 border-radius: 0 0 0 0.6em; }
974
975 .existing-backups-table tbody tr:nth-last-child(2) td:last-child {
976 border-radius: 0 0 0.6em 0; }
977
978 .updraft_diskspaceused_update {
979 font-style: italic; }
980
981 .entry-content a {
982 /* Over ride the WP box shadow - true with the default theme of WP 4.4 */
983 -webkit-box-shadow: none;
984 box-shadow: none; }
985
986 .entry-content .updraftcentral_table {
987 width: 100%;
988 border: none; }
989
990 .entry-content .updraftcentral_table .tr {
991 overflow-y: auto;
992 border: none; }
993
994 .entry-content .updraftcentral_table th,
995 .entry-content .updraftcentral_table td {
996 border: none;
997 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
998 padding: 8px; }
999
1000 .updraftcentral_table th {
1001 white-space: nowrap; }
1002
1003 .updraftcentral_table th:last-child {
1004 width: 100%; }
1005
1006 .updraftcentral_table .row_label {
1007 display: none; }
1008
1009 @media (max-width: 768px) {
1010 .entry-content .updraftcentral_table {
1011 width: 100%; }
1012 .entry-content .updraftcentral_table th {
1013 display: none; }
1014 .entry-content #updraftcentral_dashboard .updraftcentral_table td {
1015 display: block;
1016 border: none;
1017 padding: 4px; }
1018 .entry-content #updraftcentral_dashboard .updraftcentral_table td:last-child {
1019 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
1020 padding-bottom: 8px; }
1021 .entry-content .updraftcentral_table .row_label {
1022 color: grey;
1023 font-weight: 300;
1024 font-size: 0.8rem;
1025 display: initial; } }
1026
1027 div.updraftcentral_notice div.updraftcentral_notice_contents h2 {
1028 font-size: 1.2em;
1029 padding-bottom: 0; }
1030
1031 div.updraftcentral_notice_contents .backup_state {
1032 line-height: 2;
1033 margin-top: 10px; }
1034
1035 div.updraftcentral_notice_contents .job-id {
1036 margin-top: 10px; }
1037
1038 div.job-id a, div.job-id a:last-child:hover {
1039 border-radius: 4px;
1040 padding: 5px;
1041 line-height: 0.7em;
1042 margin: 5px 5px 0 5px;
1043 word-wrap: normal;
1044 word-break: normal;
1045 white-space: nowrap; }
1046
1047 div.job-id .curstage {
1048 margin-top: 10px;
1049 font-style: italic; }
1050
1051 div.job-id a.updraft-log-link {
1052 cursor: pointer;
1053 border: 1px solid #269CDF;
1054 color: #FFF !important;
1055 background-color: #269CDF;
1056 line-height: 0.8em;
1057 margin: 5px 5px 0 5px; }
1058
1059 div.job-id a.updraft-log-link:hover, div.job-id a.updraft-log-link:focus {
1060 border-color: #186FA1;
1061 color: #FFF !important;
1062 background-color: #1B7FB7;
1063 text-decoration: none !important;
1064 padding: 5px;
1065 border-radius: 4px; }
1066
1067 div.active-jobsupdraft_finished {
1068 margin-top: 15px; }
1069
1070 .updraft_jobinfo_delete {
1071 cursor: pointer;
1072 border: 1px solid #C12E2A;
1073 color: #FFF !important;
1074 background-color: #C9302C;
1075 line-height: 0.8em;
1076 margin: 5px 5px 0 5px; }
1077
1078 .updraft_jobinfo_delete:focus, .updraft_jobinfo_delete:hover {
1079 border-color: #D9534F;
1080 color: #FFF !important;
1081 background-color: #D9534F;
1082 text-decoration: none !important;
1083 padding: 5px;
1084 border-radius: 4px; }
1085
1086 .job-id {
1087 margin: 0px auto;
1088 width: 100%;
1089 min-width: 480px;
1090 margin-top: 4px;
1091 padding: 0; }
1092
1093 .backup_state {
1094 font-size: 75%; }
1095
1096 .next-resumption {
1097 font-weight: bold; }
1098
1099 .curstage {
1100 border-radius: 4px;
1101 margin-top: 8px;
1102 margin-bottom: 8px;
1103 padding: 4px;
1104 border: 1px solid #AAA;
1105 width: 100%;
1106 position: relative;
1107 text-align: center;
1108 font-style: italic;
1109 line-height: 1.3; }
1110
1111 .curstage .text-center {
1112 margin-bottom: 6px; }
1113
1114 .curstage .progress-updraftcentral {
1115 height: 22px !important; }
1116
1117 .progress-updraftcentral[value]::-webkit-progress-value {
1118 background-color: #F0AD4E !important; }
1119
1120 .progress-updraftcentral[value]::-moz-progress-bar {
1121 background-color: #F0AD4E !important; }
1122
1123 .progress-updraftcentral[value]::-ms-fill {
1124 background-color: #F0AD4E !important; }
1125
1126 #updraftcentral_dashboard .updraft-delete-link,
1127 #updraftcentral_dashboard .updraft-log-link {
1128 display: inline; }
1129
1130 .site {
1131 background-color: transparent; }
1132
1133 /* 6. Dropdown menus */
1134 li.dropdown-submenu > a::before {
1135 display: none; }
1136
1137 /* Don't let TwentySeventeen hide it */
1138 #updraftcentral_dashboard_existingsites_container .dropdown-toggle {
1139 display: block; }
1140
1141 .updraft-dropdown-item {
1142 color: #2B2D2F;
1143 cursor: pointer;
1144 text-align: left;
1145 text-decoration: none; }
1146
1147 .updraft-dropdown-item {
1148 text-decoration: none;
1149 color: #2B2D2F;
1150 -webkit-box-shadow: none;
1151 box-shadow: none;
1152 display: block;
1153 clear: both;
1154 font-weight: bold; }
1155
1156 .updraft-dropdown-item:hover {
1157 color: #2B2D2F;
1158 text-decoration: none; }
1159
1160 .dropdown-item:hover {
1161 background-color: #EEE !important; }
1162
1163 #updraftcentral_dashboard_existingsites ul {
1164 list-style-type: none;
1165 list-style: none; }
1166
1167 /* 7. UpdraftPlus settings */
1168 .updraftcentral_row_extracontents .updraft_site_settings_output select {
1169 margin-right: 10px; }
1170
1171 .updraftcentral_row_extracontents .updraft_site_settings_output #updraft_webdav_settings_url {
1172 width: 100%; }
1173
1174 /*.updraftcentral_row_extracontents .updraft_site_settings_output select#updraft_startday_files {
1175 margin-left: 10px;
1176 }*/
1177 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output .updraftplus-morefiles-row {
1178 float: left;
1179 clear: left; }
1180
1181 .updraft_site_settings_output {
1182 margin-top: 10px; }
1183
1184 th h2 {
1185 margin-bottom: 0.5em; }
1186
1187 .updraft_site_settings_output .form-table th {
1188 /*width: 25%;*/
1189 text-align: left;
1190 padding: 5px;
1191 vertical-align: top; }
1192
1193 .updraft_site_settings_output .form-table td {
1194 max-width: 100% !important;
1195 padding: 5px 5px 10px 5px; }
1196
1197 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th img {
1198 width: 100%;
1199 max-width: 150px; }
1200
1201 .updraft_site_settings_output .form-table td img {
1202 width: auto;
1203 max-width: 100%; }
1204
1205 tr.updraftplusmethod.azure td img {
1206 width: 100%;
1207 max-width: 400px; }
1208
1209 .updraft_site_settings_output select {
1210 background: #F7F7F7;
1211 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
1212 border: 1px solid #D1D1D1;
1213 border-radius: 2px;
1214 color: #686868;
1215 padding: 0.625em 0.4375em;
1216 width: auto; }
1217
1218 .updraft_site_settings_output select:focus {
1219 background-color: #FFF;
1220 border-color: #007ACC;
1221 color: #1A1A1A;
1222 outline: 0; }
1223
1224 #updraftcentral_dashboard_existingsites input[type="text"], #updraftcentral_dashboard_existingsites input[type="number"], #updraftcentral_dashboard_existingsites input[type="email"], #updraftcentral_dashboard_existingsites input[type="url"],
1225 #updraftcentral_dashboard_existingsites input[type="password"], #updraftcentral_dashboard_existingsites input[type="search"], #updraftcentral_dashboard_existingsites input[type="tel"],
1226 #updraftcentral_dashboard_existingsites textarea, #updraftcentral_dashboard_existingsites select {
1227 border-radius: 4px;
1228 padding: 2px 6px;
1229 line-height: 30px;
1230 height: 30px;
1231 border: 1px solid #DDD;
1232 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
1233 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
1234 background-color: #FFF;
1235 color: #32373C;
1236 outline: 0;
1237 -webkit-transition: 50ms border-color ease-in-out;
1238 transition: 50ms border-color ease-in-out; }
1239
1240 .updraft_site_settings_output input[type="number"], .updraft_site_settings_output input[type="text"].fix-time {
1241 text-align: center;
1242 width: 68px; }
1243
1244 #updraftcentral_dashboard_existingsites input[type="text"]:focus, #updraftcentral_dashboard_existingsites input[type="number"]:focus, #updraftcentral_dashboard_existingsites input[type="email"]:focus, #updraftcentral_dashboard_existingsites input[type="url"]:focus,
1245 #updraftcentral_dashboard_existingsites input[type="password"]:focus, #updraftcentral_dashboard_existingsites input[type="search"]:focus, #updraftcentral_dashboard_existingsites input[type="tel"]:focus,
1246 #updraftcentral_dashboard_existingsites textarea:focus, #updraftcentral_dashboard_existingsites select:focus {
1247 border-color: #5B9DD9;
1248 -webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
1249 box-shadow: 0 0 2px rgba(30, 140, 190, 0.8); }
1250
1251 #updraftcentral_dashboard_existingsites .input-group .form-control {
1252 height: 38px;
1253 border-radius: 0px; }
1254
1255 .updraft_site_settings_output h2 {
1256 text-align: left;
1257 margin-top: 1.5em;
1258 font-weight: bold; }
1259
1260 .updraft-fullscreen #updraftcentral_modal_dialog {
1261 background-color: #FFF;
1262 background-color: transparent; }
1263
1264 #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output th, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output td, #updraftcentral_dashboard_existingsites .updraftcentral_row_extracontents .updraft_site_settings_output table {
1265 border: none; }
1266
1267 button#updraftvault_showoptions, button#updraftvault_connect {
1268 margin-top: 5px; }
1269
1270 /* Remote Storage/Updraft Method Plus */
1271 input#updraft_s3_path {
1272 margin-left: 10px;
1273 margin-right: 0;
1274 width: 93%;
1275 width: 330px; }
1276
1277 .hidden-in-updraftcentral {
1278 display: none; }
1279
1280 /*Commented out the stuff to make the checkboxs look better as it was turing into too much work - do this later not a priority.
1281
1282 .updraft_site_settings_output label {
1283 display: inline-block;
1284 cursor: pointer;
1285 position: relative;
1286 padding-left: 25px;
1287 margin-right: 15px;
1288 font-size: 13px;
1289 }
1290
1291 .updraft_site_settings_output label::before {
1292 content: "";
1293 display: inline-block;
1294 width: 16px;
1295 height: 16px;
1296 margin-right: 10px;
1297 position: absolute;
1298 left: 0;
1299 bottom: 1px;
1300 background-color: #EAEAEA;
1301 border-radius: 4px;
1302 }
1303
1304 label[for=updraft_include_uploads_exclude]::before, label[for=updraft_include_others_exclude]::before, label[for=updraft_include_more_path_0]::before, #updraft_servicecheckbox_updraftvault::before {
1305 display: none;
1306 }
1307
1308 .updraft_site_settings_output input[type=checkbox] {
1309 display: none;
1310 }
1311
1312 .updraft_site_settings_output #remote-storage-container input[type=checkbox] {
1313 display: initial;
1314 }
1315
1316 .updraft_site_settings_output input[type=checkbox] label::before {
1317 border-radius: 3px;
1318 }
1319
1320 .updraft_site_settings_output input[type=checkbox]:checked + label::before {
1321 content: "\2713";
1322 font-size: 15px;
1323 color: #0275d8;
1324 text-align: center;
1325 line-height: 15px;
1326 font-weight: bold;
1327 border-radius: 4px;
1328 } */
1329 #updraft_include_others_exclude input[type="text"], input#updraft_include_uploads_exclude {
1330 width: 80%; }
1331
1332 .updraft_site_settings_output a:hover {
1333 cursor: pointer; }
1334
1335 #updraftvault_settings_default div:nth-child(2), #updraftvault_settings_default div:nth-child(3) {
1336 display: inline-block; }
1337
1338 #updraftvault_settings_default div:nth-child(2) {
1339 margin-right: 20%; }
1340
1341 #updraftvault_settings_default p:last-child {
1342 margin-bottom: 1.5em;
1343 margin-top: 1em; }
1344
1345 #updraftvault_email, #updraftvault_pass, #updraft_dropbox_folder {
1346 width: 330px;
1347 margin-left: 5px; }
1348
1349 #updraftvault_connect_go {
1350 display: block;
1351 margin: 10px 0 0 0; }
1352
1353 #updraft_sftp_settings_key {
1354 height: 105px; }
1355
1356 #updraftvault_settings_showoptions div {
1357 display: inline-block; }
1358
1359 .updraft_site_settings_output div.error, .updraft_site_settings_output p.double-warning {
1360 color: #9C1515; }
1361
1362 .updraft_site_settings_output h2.updraft_settings_sectionheading:nth-child(2) {
1363 border-bottom: 1px solid black; }
1364
1365 .updraft_interval, #updraft_startday_files, .updraft_interval_database, #updraft_startday_db {
1366 margin-bottom: 5px; }
1367
1368 .nav-tab {
1369 float: left;
1370 border: 1px solid #CCC;
1371 border-bottom: none;
1372 margin-left: .5em;
1373 padding: 5px 10px;
1374 font-size: 14px;
1375 line-height: 24px;
1376 background: #E4E4E4;
1377 color: #555;
1378 font-weight: 600;
1379 white-space: nowrap;
1380 text-decoration: none;
1381 outline: 0;
1382 border-radius: 6px 6px 0 0; }
1383
1384 .nav-tab-active, .nav-tab-active:focus, .nav-tab-active:active, .nav-tab-active:focus .nav-tab-active:hover {
1385 border-bottom: 1px solid #F1F1F1;
1386 background: #FFF;
1387 color: #000; }
1388
1389 .nav-tab:focus, .nav-tab:hover {
1390 background-color: #FFF;
1391 color: #464646; }
1392
1393 .updraft_site_settings_output table.form-table:nth-child(1),
1394 .updraft_site_settings_output table.form-table:nth-child(3) {
1395 width: 90%;
1396 margin: 0 auto; }
1397
1398 .updraft_report_another_p {
1399 clear: left; }
1400
1401 .updraft_site_settings_output input, .updraft_site_settings_output select {
1402 margin-bottom: 0 5px; }
1403
1404 .updraft_site_settings_output label, .updraft_site_settings_output input[type="checkbox"] {
1405 cursor: pointer; }
1406
1407 .updraft_site_settings_output a {
1408 text-decoration: underline; }
1409
1410 span.updraftplus-morefiles-row-delete, span.updraft_retain_rules_delete {
1411 cursor: pointer;
1412 color: #F00;
1413 font-size: 100%;
1414 font-weight: bold;
1415 border: 0px;
1416 border-radius: 4px;
1417 padding: 2px;
1418 margin: 0 6px; }
1419
1420 span.updraftplus-morefiles-row-delete:hover, span.updraft_retain_rules_delete:hover {
1421 color: #FFF;
1422 background-color: #F00;
1423 cursor: pointer; }
1424
1425 .updraft_site_settings_output tr#remote_storage_tabs td {
1426 border-bottom: 1px solid #D1D1D1;
1427 padding-bottom: 0; }
1428
1429 #updraft_s3newapiuser_form label {
1430 clear: left;
1431 width: 130px; }
1432
1433 #updraft_s3newapiuser_form input[type="text"], #updraft_s3newapiuser_form select {
1434 width: 310px; }
1435
1436 #updraft_s3newapiuser_form label[for="updraft_s3newapiuser_allowdownload"],
1437 #updraft_s3newapiuser_form label[for="updraft_s3newapiuser_allowdelete"] {
1438 width: 100%; }
1439
1440 #updraft_s3newapiuser_form .updraft_s3newapiuser_textexplain {
1441 margin-right: 5px; }
1442
1443 #updraft_s3newapiuser_form #updraft_s3newapiuser_bucket {
1444 width: 276px; }
1445
1446 .updraft_site_settings_output table tr th h3 {
1447 word-wrap: normal;
1448 white-space: nowrap; }
1449
1450 div#updraft_include_more_options div:nth-child(3), .updraft_report_another_p {
1451 clear: both; }
1452
1453 .updraft_site_settings_output a.nav-tab {
1454 text-decoration: none; }
1455
1456 .updraft-dashicon-big {
1457 color: #000;
1458 float: right;
1459 height: 35px;
1460 width: 35px;
1461 font-size: 35px; }
1462
1463 .updraft_site_settings_output tr[class*="_updraft_remote_storage_border"] {
1464 border-top: 1px solid #CCC; }
1465
1466 .updraft_site_settings_output .updraft_multi_storage_options {
1467 float: right;
1468 clear: right;
1469 margin-bottom: 5px !important; }
1470
1471 /* Expert Settings */
1472 tr.expertmode td input.updraft_split_every {
1473 width: auto; }
1474
1475 /* Paginator Styles */
1476 div.updraftcentral_paginator a.page_prev,
1477 div.updraftcentral_paginator a.page_next {
1478 text-decoration: none; }
1479
1480 div.updraftcentral_paginator a.page_prev > span.dashicons,
1481 div.updraftcentral_paginator a.page_next > span.dashicons {
1482 margin-top: 5px; }
1483
1484 div.updraftcentral_paginator .page_active {
1485 color: black; }
1486
1487 div.updraftcentral_paginator .disabled {
1488 color: grey;
1489 cursor: default; }
1490
1491 #updraftcentral_notice_container .progress {
1492 width: 100%; }
1493
1494 div.updraftcentral_site_selected {
1495 float: right;
1496 font-size: 14px;
1497 color: #FFF;
1498 margin-top: 5px;
1499 margin-right: 20px; }
1500
1501 /* Keyboard Shortcuts Styles */
1502 ul.uc_shortcuts {
1503 list-style: disc;
1504 margin-left: 16px;
1505 height: 210px;
1506 overflow: auto; }
1507
1508 ul.uc_shortcuts > li > span {
1509 font-size: 12px;
1510 color: #777;
1511 margin-left: 10px; }
1512
1513 ul.uc_shortcuts > li > span.uc_change_shortcut {
1514 color: #DF6926;
1515 cursor: pointer; }
1516
1517 ul.uc_shortcuts > li > div.uc_shortcut_elements {
1518 font-size: 12px; }
1519
1520 ul.uc_shortcuts > li > div.uc_shortcut_elements span.uc_new_shortcut {
1521 display: block; }
1522
1523 ul.uc_shortcuts > li > div.uc_shortcut_elements span.uc_new_shortcut > div.uc_tip_wrapper {
1524 padding: 5px;
1525 max-width: 200px;
1526 margin-top: 5px;
1527 font-weight: bold; }
1528
1529 ul.uc_shortcuts > li > div.uc_shortcut_elements input,
1530 ul.uc_shortcuts > li > div.uc_shortcut_elements select,
1531 ul.uc_shortcuts > li > div.uc_shortcut_elements button {
1532 font-size: 12px;
1533 display: inline; }
1534
1535 ul.uc_shortcuts > li > div.uc_shortcut_elements input {
1536 max-width: 50px; }
1537
1538 a.uc_clear_local_shortcuts {
1539 cursor: pointer;
1540 text-decoration: none;
1541 color: #777 !important;
1542 font-size: 13px; }
1543
1544 a.uc_clear_local_shortcuts:hover {
1545 text-decoration: underline; }
1546
1547 div.uc_shortcuts_spacer {
1548 margin-top: 10px; }
1549
1550 div.uc_shortcuts_spinner {
1551 position: absolute;
1552 text-align: center;
1553 left: 45%;
1554 margin-top: -50px; }
1555
1556 div.updraft_site_actions {
1557 display: -webkit-inline-box;
1558 display: -ms-inline-flexbox;
1559 display: inline-flex; }
1560
1561 .updraft-ad-container.updated {
1562 display: inherit !important; }
1563
1564 .tooltip > .tooltip-inner {
1565 background-color: #FFF;
1566 color: #000;
1567 border: 1px solid gray; }
1568
1569 .tooltip.top > .tooltip-arrow,
1570 .tooltip.bottom > .tooltip-arrow,
1571 .tooltip.left > .tooltip-arrow,
1572 .tooltip.right > .tooltip-arrow {
1573 border-top: 1px solid gray; }
1574
1575 .addsite_dialog {
1576 max-width: 660px !important; }
1577
1578 .addsite_dialog #updraftcentral_editsite_expertoptions > h4 {
1579 margin-top: 0; }
1580
1581 .addsite_dialog textarea#updraftcentral_addsite_key {
1582 height: 250px; }
1583
1584 .addsite_dialog .updraftcentral_addsite_help {
1585 margin-top: -10px;
1586 float: right; }
1587
1588 .ui-tabs.ui-tabs-vertical {
1589 padding: 0;
1590 width: 42em; }
1591
1592 .ui-tabs.ui-tabs-vertical .ui-widget-header {
1593 border: none; }
1594
1595 .ui-tabs.ui-tabs-vertical .ui-tabs-nav {
1596 float: left;
1597 width: 135px; }
1598
1599 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li {
1600 clear: left;
1601 width: 100%;
1602 margin: 0.2em 0;
1603 overflow: hidden;
1604 position: relative;
1605 right: -2px;
1606 z-index: 2; }
1607
1608 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a {
1609 display: block;
1610 width: 100%;
1611 padding: 0.6em 1em; }
1612
1613 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
1614 cursor: pointer; }
1615
1616 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
1617 margin-bottom: 0.2em;
1618 padding-bottom: 0;
1619 font-weight: bold;
1620 text-decoration: underline; }
1621
1622 .ui-tabs.ui-tabs-vertical .ui-tabs-nav li:last-child {
1623 margin-bottom: 10px; }
1624
1625 .ui-tabs.ui-tabs-vertical .ui-tabs-panel {
1626 float: left;
1627 width: 28em;
1628 position: relative;
1629 left: -1px; }
1630
1631 .updraft-menu-item-container {
1632 position: relative; }
1633
1634 .module-visibility {
1635 position: absolute;
1636 cursor: pointer;
1637 right: 5px;
1638 top: 5px;
1639 padding: 7px;
1640 z-index: 1;
1641 color: #939393; }
1642
1643 .module-visibility > span:hover {
1644 color: white; }
1645
1646 input#updraftcentral_settings_timeout,
1647 .uc-timeouts-label {
1648 float: left; }
1649
1650 input#updraftcentral_settings_timeout {
1651 min-width: 80px !important; }
1652
1653 .uc-timeouts-label {
1654 margin-left: 10px;
1655 margin-top: 4px; }
1656
1657 div.uc-settings-container h3 {
1658 padding-top: 0 !important; }
1659
1660 .uc-timeouts-subheading {
1661 font-size: 16px;
1662 margin-bottom: 10px;
1663 font-weight: normal; }
1664
1665 ul.uc_shortcuts {
1666 margin-top: -40px !important; }
1667
1668 @media (max-width: 670px) {
1669 .module-visibility {
1670 display: block !important;
1671 color: #333; }
1672 .updraft-menu-item,
1673 .updraft-menu-item-links {
1674 display: block; } }
1675
1676 .uc-hidden-modules-close,
1677 .uc-hidden-modules-menu {
1678 cursor: pointer; }
1679
1680 div.updraft-menu-item {
1681 text-align: left; }
1682
1683 div.updraft-menu-item > span.dashicons {
1684 margin-top: 6px;
1685 margin-left: 10px; }
1686
1687 div.updraft-menu-item > span.menu-label {
1688 margin-left: 5px; }
1689
1690 div#updraft-central-navigation-sidebar {
1691 width: 200px; }
1692
1693 div#updraft-central-navigation-sidebar button {
1694 border: none;
1695 text-shadow: none;
1696 -webkit-box-shadow: none;
1697 box-shadow: none; }
1698
1699 div.mobile-menu-backdrop {
1700 opacity: 0.5;
1701 background-color: #000;
1702 height: 100%;
1703 width: 100%;
1704 position: absolute;
1705 z-index: 8; }
1706
1707 div.keyboard_shortcuts_link_container {
1708 margin-top: 15px; }
1709
1710 div.bootbox.modal .modal-dialog {
1711 margin-top: 5%; }
1712
1713 div.bootbox.modal .modal-content {
1714 border: 1px solid #777; }
1715
1716 select.uc_updates_sort {
1717 min-width: 146px; }
1718
1719 #updraftcentral_modal > .uc-settings-container > .updraftcentral_spinner {
1720 z-index: 9999 !important;
1721 position: absolute;
1722 margin-top: 50%;
1723 left: 50%;
1724 margin-left: -13px; }
1725
1726 .injected-spinner {
1727 z-index: 9999 !important;
1728 position: absolute; }
1729
1730 .dashicons-admin-media::before {
1731 width: 24px;
1732 background: url(../images/icons/admin-media-icon.svg) no-repeat center center; }
1733
1734 .dashicons-list-view::before {
1735 width: 24px;
1736 background: url(../images/icons/list-view-icon.svg) no-repeat center center; }
1737
1738 .dashicons-grid-view::before {
1739 width: 24px;
1740 background: url(../images/icons/grid-view-icon.svg) no-repeat center center; }
1741
1742 .dashicons-admin-posts::before {
1743 width: 24px;
1744 background: url(../images/icons/admin-post-icon.svg) no-repeat center center; }
1745
1746 .dashicons-admin-pages::before {
1747 width: 30px;
1748 background: url(../images/icons/admin-page-icon.svg) no-repeat center center; }
1749
1750 .dashicons-welcome-write-blog::before {
1751 width: 30px;
1752 background: url(../images/icons/welcome-write-blog-icon.svg) no-repeat center center; }
1753
1754 .dashicons-yes::before {
1755 width: 24px;
1756 background: url(../images/icons/admin-yes-icon.svg) no-repeat center center; }
1757
1758 .dashicons-search::before {
1759 width: 24px;
1760 background: url(../images/icons/admin-search-icon.svg) no-repeat center center; }
1761
1762 .dashicons-admin-plugins::before {
1763 width: 24px;
1764 background: url(../images/icons/admin-plugins-icon.svg) no-repeat center center; }
1765
1766 .dashicons-admin-appearance::before {
1767 width: 24px;
1768 background: url(../images/icons/admin-appearance-icon.svg) no-repeat center center; }
1769
1770 .dashicons-star-filled::before {
1771 width: 24px;
1772 background: url(../images/icons/admin-star-filled-icon.svg) no-repeat center center; }
1773
1774 .dashicons-star-half::before {
1775 width: 24px;
1776 background: url(../images/icons/admin-star-half-icon.svg) no-repeat center center; }
1777
1778 .dashicons-star-empty::before {
1779 width: 24px;
1780 background: url(../images/icons/admin-star-empty-icon.svg) no-repeat center center; }
1781
1782 #updraftcentral_modal iframe {
1783 display: none; }
1784
1785 .modal-md {
1786 max-width: 650px !important; }
1787
1788 .disabled_cursor {
1789 cursor: not-allowed; }
1790
1791 .uc_site_filter_sites_container > .select2.select2-container {
1792 width: 100% !important; }
1793
1794 input.select2-search__field {
1795 outline: none !important;
1796 border: 0px !important;
1797 font-size: 14px !important; }
1798
1799 input.select2-search__field:focus,
1800 input.select2-search__field:hover {
1801 webkit-box-shadow: none !important;
1802 -webkit-box-shadow: none !important;
1803 box-shadow: none !important;
1804 outline: 0 !important; }
1805
1806 .uc_site_filter_sites_container .select2-selection__rendered {
1807 padding-left: 5px !important;
1808 padding-right: 5px !important; }
1809
1810 #updraftcentral_modal.modal-body em > h3,
1811 #updraftcentral_modal.modal-body em > h4 {
1812 padding-top: 5px !important; }
1813
1814 .updraft-menu-item .dashicons::before,
1815 .updraftcentral_row_site_buttons .dashicons::before {
1816 height: 20px;
1817 display: inline-block; }
1818
1819 #backupnow_includefiles_moreoptions > label.updraft_checkbox {
1820 display: block; }
1821
1822 div.bootbox.modal .modal-footer > button {
1823 text-transform: initial; }
1824
1825 .drag-drop #drag-drop-area {
1826 border: 4px dashed #DDD;
1827 position: relative;
1828 height: auto !important;
1829 padding-bottom: 20px; }
1830
1831 .drag-drop .drag-drop-inside p {
1832 color: #A0A5AA;
1833 margin-bottom: 0 !important; }
1834
1835 .drag-drop .drag-drop-inside {
1836 text-align: center;
1837 color: #A0A5AA; }
1838
1839 .drag-drop .drag-drop-inside p.drag-drop-info {
1840 font-size: 20px;
1841 margin-top: 10px; }
1842
1843 .uc-install-help {
1844 text-align: left;
1845 margin-bottom: 6px; }
1846
1847 #uc-install-status {
1848 margin-bottom: 20px; }
1849
1850 #filelist {
1851 width: 100%; }
1852
1853 #filelist .file {
1854 padding: 5px;
1855 background: #ECECEC;
1856 border: solid 1px #CCC;
1857 margin: 4px 0; }
1858
1859 #filelist .fileprogress {
1860 width: 0%;
1861 background: #F6A828;
1862 height: 5px; }
1863
1864 #updraftcentral_dashboard #updraftcentral_dashboard_export_settings.btn {
1865 border-radius: 50%;
1866 width: 55px;
1867 height: 55px;
1868 font: 0/0 a;
1869 padding: 10px; }
1870
1871 #updraftcentral_dashboard #updraftcentral_dashboard_export_settings.btn {
1872 padding-left: 13px; }
1873
1874 #wpoptimize_table_list .run-single-table-optimization,
1875 #wpoptimize_table_list .run-single-table-delete {
1876 width: 87px;
1877 border: 0 none;
1878 font-size: 0.938rem;
1879 font-family: "Source Sans Pro", roboto, "Helvetica Neue", arial, sans-serif;
1880 font-weight: 300;
1881 border-radius: 3px;
1882 padding: .4rem 1rem;
1883 line-height: 1.5;
1884 display: inline-block;
1885 border-radius: 3px;
1886 color: #FFF !important; }
1887
1888 #wpoptimize_table_list .run-single-table-optimization {
1889 background-color: #94979F !important; }
1890
1891 #wpoptimize_table_list .run-single-table-delete {
1892 background-color: #DE6726 !important; }
1893
1894 span.uc_updates_perpage {
1895 float: right;
1896 margin-left: 20px;
1897 margin-top: -5px; }
1898
1899 span.uc_updates_perpage > select {
1900 width: 130px; }
1901
1902 #updraftcentral_dashboard input[type="checkbox"] {
1903 display: inline-block;
1904 border: 1px solid #DE6726 !important;
1905 background: #FFF;
1906 color: #555;
1907 clear: none;
1908 cursor: pointer;
1909 display: inline-block;
1910 line-height: 0;
1911 height: 20px;
1912 margin: -4px 4px 0 0 !important;
1913 outline: 0;
1914 padding: 0 !important;
1915 text-align: center;
1916 vertical-align: middle;
1917 width: 20px;
1918 min-width: 20px;
1919 -webkit-appearance: none !important;
1920 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1921 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
1922 -webkit-transition: .05s border-color ease-in-out;
1923 transition: .05s border-color ease-in-out; }
1924
1925 #updraftcentral_dashboard input[type="checkbox"]:checked::before {
1926 content: "\f147";
1927 margin: -3px 0 0 -5px;
1928 color: #DE6726;
1929 cursor: pointer;
1930 float: left;
1931 display: inline-block;
1932 vertical-align: middle;
1933 width: 20px;
1934 font: normal 26px/1 dashicons;
1935 speak: none;
1936 -webkit-font-smoothing: antialiased;
1937 -moz-osx-font-smoothing: grayscale; }
1938
1939 #updraftcentral_dashboard input[type="checkbox"]:focus {
1940 border-color: #9F4818 !important;
1941 -webkit-box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(0, 0, 0, 0.17);
1942 box-shadow: 0 0 0 1px #FFF, 0 0 0 3px rgba(0, 0, 0, 0.17); }
1943
1944 #updraftcentral_dashboard a {
1945 cursor: pointer; }
1946
1947 .uc-activate-shortcuts-checkbox {
1948 display: inline;
1949 width: 50%; }
1950
1951 .uc-configure-shortcuts-link {
1952 display: inline;
1953 width: 50%;
1954 float: right; }
1955
1956 .uc-shortcuts-activate-container {
1957 margin-bottom: 15px; }
1958
1959 @media screen and (min-width: 671px) {
1960 div#updraft-central-navigation-sidebar {
1961 position: relative; } }
1962
1963 @media screen and (max-width: 670px) {
1964 div.updraft-menu-item-links {
1965 display: inherit; }
1966 div.updraft-menu-item > span.menu-label {
1967 display: inline !important; }
1968 div#updraft-menu-item-all {
1969 text-align: center; }
1970 #updraftcentral_dashboard {
1971 overflow: hidden !important; }
1972 #updraft-central-navigation-sidebar {
1973 position: absolute;
1974 z-index: 10;
1975 height: 100%;
1976 background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF));
1977 background: linear-gradient(to bottom, #F5F5F5 0%, #FFF 100%);
1978 -webkit-transform: translate(-200px, 0px);
1979 transform: translate(-200px, 0px);
1980 -webkit-transition: all 0.25s ease-in-out;
1981 transition: all 0.25s ease-in-out; }
1982 #updraft-central-navigation-sidebar.active {
1983 -webkit-transform: translate(0%, 0px);
1984 transform: translate(0%, 0px);
1985 -webkit-transition: all 0.25s ease-in-out;
1986 transition: all 0.25s ease-in-out; } }
1987
1988 #updraftcentral_dashboard input[id*="updraft_webdav_masked_url"].updraft_input--wide {
1989 max-width: 600px;
1990 width: 100%; }
1991
1992 #updraftcentral_dashboard_existingsites_container,
1993 #updraftcentral_dashboard_existingsites {
1994 padding-bottom: 40px !important; }
1995
1996 .updraftcentral-fill-view,
1997 .updraftcentral-fill-view::before {
1998 background: none !important;
1999 background-image: none !important; }
2000
2001 .updraftcentral-fill-view h1,
2002 .updraftcentral-fill-view h2,
2003 .updraftcentral-fill-view h3,
2004 .updraftcentral-fill-view h4,
2005 .updraftcentral-fill-view h5,
2006 .updraftcentral-fill-view h6 {
2007 text-shadow: none !important; }
2008
2009 .updraftcentral-fill-view button,
2010 .updraftcentral-fill-view input[type="button"],
2011 .updraftcentral-fill-view input[type="reset"],
2012 .updraftcentral-fill-view input[type="submit"],
2013 .updraftcentral-fill-view select {
2014 -webkit-box-shadow: none !important;
2015 box-shadow: none !important;
2016 text-shadow: none !important; }
2017
2018 .updraftcentral-fill-view header,
2019 .updraftcentral-fill-view main,
2020 .updraftcentral-fill-view footer {
2021 display: none !important; }
2022
2023 .updraftcentral-fill-view .updraft-menu-item-container button {
2024 border-radius: 0 !important; }
2025
2026 .updraftcentral-fill-view .updraft-central-sidebar-button-icon {
2027 -webkit-box-shadow: none !important;
2028 box-shadow: none !important; }
2029
2030 .updraftcentral-fill-view #wrapper,
2031 .updraftcentral-fill-view #content {
2032 width: 100% !important; }
2033
2034 #updraftcentral_dashboard #updraft-central-sidebar-button:focus .updraft-central-sidebar-button-icon {
2035 -webkit-box-shadow: none !important;
2036 box-shadow: none !important; }
2037
2038 #updraftcentral_dashboard #updraft-central-sidebar-button {
2039 padding: 0 !important; }
2040
2041 .uc-icon-proxy {
2042 width: 18px;
2043 height: 24px;
2044 display: block;
2045 position: absolute;
2046 z-index: 999;
2047 top: 50%;
2048 margin-top: -14px; }
2049
2050 .updraft-sub-menu-icon {
2051 margin-left: 5px;
2052 font-size: 12px; }
2053
2054 .updraft-sub-menu {
2055 padding-bottom: 5px;
2056 margin-top: -5px;
2057 text-transform: uppercase; }
2058
2059 .updraft-sub-menu > ul {
2060 list-style-type: none;
2061 padding: 0;
2062 margin: 0;
2063 width: 90%;
2064 margin-left: 23px !important;
2065 margin-bottom: 0 !important; }
2066
2067 .updraft-sub-menu > ul > li {
2068 line-height: 16px;
2069 padding: 3px;
2070 font-size: 13px; }
2071
2072 .uc_shortcut_elements select {
2073 width: auto !important; }
2074
2075 .uc_shortcut_elements button {
2076 margin-top: -7px !important;
2077 height: 34px !important;
2078 padding-top: 5px !important; }
2079
2080 .updraft-sub-menu-bullet {
2081 font-size: 14px;
2082 margin-top: 2px; }
2083
2084 #updraftcentral_dashboard input[type=checkbox]:checked:after,
2085 #updraftcentral_dashboard input[type=radio]:checked:after,
2086 #updraftcentral_modal_dialog input[type=checkbox]:checked:after,
2087 #updraftcentral_modal_dialog input[type=radio]:checked:after,
2088 .bootbox.modal input[type=checkbox]:checked:after,
2089 .bootbox.modal input[type=radio]:checked:after {
2090 opacity: 0 !important; }
2091
2092 .uc-editor-choice-container label {
2093 padding-left: 0 !important;
2094 margin-left: 0; }
2095
2096 .uc_site_alert_icon {
2097 color: red;
2098 margin-top: 4px;
2099 margin-left: 10px;
2100 font-size: 25px; }
2101
2102 .updraft_updates_count_container {
2103 font-size: 16px; }
2104
2105 .updraft_updates_count_label {
2106 display: block;
2107 font-size: 14px !important; }
2108
2109 .updraft_updates_count_item {
2110 font-size: 14px !important; }
2111
2112 .updraft_updates_count {
2113 margin-left: 5px; }
2114
2115 .updates_count_container_hidden,
2116 .updates_count_item_hidden {
2117 display: none !important; }
2118
2119 .dashicons-events::before {
2120 width: 24px;
2121 background: url(../images/icons/events-icon.svg) no-repeat center center; }
2122
2123 #updraftcentral_panel_events {
2124 padding: 25px;
2125 border: 1px solid #EAEDF0;
2126 border-radius: 0;
2127 background: #FFF;
2128 padding: 40px; }
2129
2130 #updraftcentral_events_table_wrapper input[type="search"] {
2131 display: inherit;
2132 width: auto; }
2133
2134 #updraftcentral_events_table_wrapper select[name="updraftcentral_events_table_length"] {
2135 width: auto; }
2136
2137 #updraftcentral_events_table_wrapper td {
2138 padding: 10px 18px !important; }
2139
2140 #updraftcentral_events_table_wrapper .paginate_button {
2141 -webkit-box-sizing: border-box;
2142 box-sizing: border-box;
2143 display: inline-block;
2144 min-width: 1.5em;
2145 padding: .5em 1em;
2146 margin-left: 2px;
2147 text-align: center;
2148 text-decoration: none !important;
2149 cursor: pointer;
2150 cursor: hand;
2151 color: #333 !important;
2152 border-radius: 2px;
2153 padding: 5px 10px !important; }
2154
2155 #updraftcentral_events_table_wrapper .paginate_button:hover {
2156 color: white !important;
2157 border: 1px solid #111 !important;
2158 background-color: #585858 !important;
2159 background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
2160 background: linear-gradient(to bottom, #585858 0%, #111 100%); }
2161
2162 table#updraftcentral_events_table {
2163 border: 1px solid #CCC !important; }
2164
2165 table#updraftcentral_events_table thead > tr > td {
2166 text-align: left !important; }
2167
2168 .updraftcentral_events_result_data {
2169 word-break: break-all;
2170 word-wrap: break-word; }
2171
2172 #updraftcentral_events_table_paginate .paginate_button:hover {
2173 background: #B5521C !important; }
2174
2175 .uc-activate-load-checkbox {
2176 margin-bottom: 10px; }
2177
2178 .modal-dialog .bootbox-body p {
2179 font-size: 16px; }
2180
2181 #updraftcentral_modal .translation-updates-container > table {
2182 width: 100%; }
2183
2184 #updraftcentral_dashboard .updraftcentral_updraftplus_rows {
2185 font-size: 15px;
2186 margin-top: 20px; }
2187
2188 #updraftcentral_dashboard .updraftcentral_updraftplus_rows .updraftplus-not-installed,
2189 #updraftcentral_dashboard .updraftcentral_updraftplus_rows .updraftplus-not-activated,
2190 .updraftcentral_dashboard div.updraftcentral_eum_rows button#btn-eum-install-activate,
2191 .updraftcentral_dashboard div.updraftcentral_eum_rows button#btn-eum-activate,
2192 .updraftcentral_dashboard div.updraftcentral_updraftplus_rows button#btn-updraftplus-install-activate,
2193 .updraftcentral_dashboard div.updraftcentral_updraftplus_rows button#btn-updraftplus-activate {
2194 margin-bottom: 20px; }
2195
2196 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content .advanced_tools table th,
2197 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content .advanced_tools table td {
2198 padding: 13px; }
2199
2200 #updraftcentral_dashboard .advanced_settings_container .advanced_settings_content #updraftcentral_keys table td:first-child {
2201 width: auto; }
2202
2203 .site_upto_date {
2204 margin-top: 60px !important;
2205 padding-bottom: 20px !important; }
2206
2207 /* 8. Datatable CSS overwrite */
2208 #updraftcentral_dashboard table.dataTable td.dt-control:before {
2209 content: "\25b6"; }
2210
2211 #updraftcentral_dashboard table.dataTable tr.dt-hasChild td.dt-control:before {
2212 content: "\25bc"; }
2213
2214 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting:before,
2215 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_asc:before,
2216 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_desc:before,
2217 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_asc_disabled:before,
2218 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_desc_disabled:before,
2219 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting:before,
2220 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_asc:before,
2221 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_desc:before,
2222 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_asc_disabled:before,
2223 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_desc_disabled:before {
2224 content: "\25b2";
2225 content: "\25b2"/""; }
2226
2227 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting:after,
2228 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_asc:after,
2229 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_desc:after,
2230 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_asc_disabled:after,
2231 #updraftcentral_dashboard table.dataTable thead > tr > th.sorting_desc_disabled:after,
2232 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting:after,
2233 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_asc:after,
2234 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_desc:after,
2235 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_asc_disabled:after,
2236 #updraftcentral_dashboard table.dataTable thead > tr > td.sorting_desc_disabled:after {
2237 content: "\25bc";
2238 content: "\25bc"/""; }
2239