PluginProbe
404 Solution / trunk
404 Solution vtrunk
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / css / uninstall-modal.css

uninstall-modal.css in 404 Solution trunk, at includes/css/uninstall-modal.css

63 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .abj404-uninstall-dialog .ui-dialog-titlebar {
2 background: var(--abj404-danger-border);
3 color: var(--abj404-on-accent);
4 }
5 .abj404-uninstall-dialog .ui-dialog-titlebar-close {
6 color: var(--abj404-on-accent);
7 }
8 .abj404-uninstall-dialog .ui-dialog-titlebar-close:hover {
9 background: #b32d2e; /* allow-hardcoded-color: darker-red danger hover; no --abj404-danger-hover var defined */
10 }
11 .abj404-uninstall-dialog .button-danger {
12 background: var(--abj404-danger-border);
13 border-color: var(--abj404-danger-border);
14 color: var(--abj404-on-accent);
15 }
16 .abj404-uninstall-dialog .button-danger:hover {
17 background: #b32d2e; /* allow-hardcoded-color: darker-red danger hover; no --abj404-danger-hover var defined */
18 border-color: #b32d2e; /* allow-hardcoded-color: darker-red danger hover border; matches background */
19 }
20 .abj404-uninstall-content label {
21 display: block;
22 margin: 8px 0;
23 cursor: pointer;
24 }
25 .abj404-uninstall-content label input[type="checkbox"],
26 .abj404-uninstall-content label input[type="radio"] {
27 margin-right: 8px;
28 }
29 .abj404-uninstall-content .description {
30 margin: 0;
31 color: var(--abj404-text-muted);
32 font-size: 12px;
33 }
34 .abj404-uninstall-content h3 {
35 margin-top: 18px;
36 margin-bottom: 8px;
37 border-bottom: 1px solid var(--abj404-border);
38 padding-bottom: 6px;
39 font-size: 14px;
40 }
41 .abj404-uninstall-content h3:first-child {
42 margin-top: 0;
43 }
44 .abj404-uninstall-reasons {
45 margin-left: 25px;
46 }
47 .abj404-uninstall-reasons label {
48 margin: 6px 0;
49 font-size: 13px;
50 }
51 .abj404-followup-section {
52 margin: 12px 0 !important;
53 padding: 12px !important;
54 }
55 .abj404-followup-section p {
56 margin: 0 0 8px 0 !important;
57 font-size: 13px !important;
58 }
59 .abj404-followup-section label {
60 margin: 4px 0 !important;
61 font-size: 13px !important;
62 }
63