PluginProbe ʕ •ᴥ•ʔ
Disable Admin Notices – Hide Dashboard Notifications / trunk
Disable Admin Notices – Hide Dashboard Notifications vtrunk
1.4.5 trunk 1.0.0 1.0.2 1.0.3 1.0.5 1.0.6 1.1.1 1.1.3 1.1.4 1.2.0 1.2.2 1.2.3 1.2.4 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4
disable-admin-notices / admin / assets / css / settings.css
disable-admin-notices / admin / assets / css Last commit date
general.css 2 years ago notifications-panel.css 2 years ago notifications-panel.less 3 years ago page.css 2 years ago page.less 3 years ago settings.css 6 months ago settings.less 6 months ago
settings.css
193 lines
1 #WBCR .factory-checkbox-disabled input,
2 #WBCR .factory-checkbox-disabled button {
3 pointer-events: none;
4 cursor: not-allowed;
5 opacity: 0.65;
6 filter: alpha(opacity=65);
7 -webkit-box-shadow: none;
8 box-shadow: none;
9 }
10 #WBCR .wrdan-premium-fake-content {
11 position: relative;
12 padding: 15px;
13 }
14 #WBCR .wdan-premium-info {
15 position: absolute;
16 top: 50px;
17 left: 50%;
18 margin-left: -250px;
19 max-width: 500px;
20 z-index: 999;
21 }
22 #WBCR .wdan-premium-info h3 {
23 font-size: 32px;
24 font-weight: 300;
25 color: inherit;
26 margin: 40px 0 10px;
27 line-height: 1.2;
28 }
29 #WBCR .wdan-premium-info p {
30 font-size: 16px;
31 font-weight: 400;
32 color: #a4afb7;
33 margin-bottom: 40px;
34 }
35 #WBCR .wdan-premium-layer {
36 position: absolute;
37 top: 0;
38 left: 0;
39 right: 0;
40 bottom: 0;
41 opacity: 0.9;
42 background: #fff;
43 }
44 #WBCR .wdan-button {
45 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
46 font-weight: 500;
47 text-transform: uppercase;
48 outline: none;
49 border: none;
50 text-decoration: none;
51 -webkit-border-radius: 3px;
52 border-radius: 3px;
53 -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
54 transition-property: background, color, opacity, -webkit-box-shadow;
55 -o-transition-property: background, color, box-shadow, opacity;
56 transition-property: background, color, box-shadow, opacity;
57 transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
58 -webkit-transition-duration: 0.3s;
59 -o-transition-duration: 0.3s;
60 transition-duration: 0.3s;
61 }
62 #WBCR .wdan-button:hover {
63 border: none;
64 }
65 #WBCR .wdan-button:not([disabled]) {
66 cursor: pointer;
67 }
68 #WBCR .wdan-button:not(.wdan-button-state) .wdan-state-icon {
69 display: none;
70 }
71 #WBCR .wdan-button.wdan-button-success {
72 color: #fff;
73 }
74 #WBCR .wdan-button.wdan-button-success[disabled] {
75 background-color: #c2cbd2;
76 }
77 #WBCR .wdan-button.wdan-button-success:not([disabled]) {
78 background-color: #39b54a;
79 }
80 #WBCR .wdan-button.wdan-button-success:not([disabled]):hover {
81 opacity: 0.85;
82 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
83 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
84 }
85 #WBCR .wdan-button.wdan-button-success:not([disabled]):active {
86 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
87 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
88 }
89 #WBCR .wdan-button.wdan-button-warning {
90 background-color: #a4afb7;
91 color: #fff;
92 }
93 #WBCR .wdan-button.wdan-button-warning[disabled] {
94 background-color: #c2cbd2;
95 }
96 #WBCR .wdan-button.wdan-button-warning:not([disabled]):hover {
97 background-color: #b01b1b;
98 opacity: 0.85;
99 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
100 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
101 }
102 #WBCR .wdan-button.wdan-button-warning:not([disabled]):active {
103 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
104 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
105 }
106 #WBCR .wdan-button.wdan-button-danger {
107 background-color: #d72b3f;
108 color: #fff;
109 }
110 #WBCR .wdan-button.wdan-button-danger[disabled] {
111 background-color: #c2cbd2;
112 }
113 #WBCR .wdan-button.wdan-button-danger:not([disabled]):hover {
114 opacity: 0.85;
115 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
116 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
117 }
118 #WBCR .wdan-button.wdan-button-danger:not([disabled]):active {
119 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
120 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
121 }
122 #WBCR .wdan-button.wdan-edit-template {
123 display: inline-block;
124 margin-top: 15px;
125 color: #fff;
126 }
127 #WBCR .wdan-button.wdan-button-default {
128 background-color: #a4afb7;
129 color: #fff;
130 font-size: 11px;
131 padding: 7px 21px;
132 }
133 #WBCR .wdan-button.wdan-button-default:hover {
134 background-color: #6d7882;
135 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
136 box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.2);
137 }
138 #WBCR .wdan-button.wdan-button-default:active {
139 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
140 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.1);
141 }
142 #WBCR .wdan-button.wdan-button-default:visited {
143 color: #fff;
144 }
145 #WBCR .wdan-button.wdan-button-go-pro {
146 background-color: #ff5722;
147 }
148 #WBCR .wdan-button i {
149 margin-right: 10px;
150 }
151 .wdan-hidden-list {
152 padding: 0 15px;
153 }
154 .wdan-hidden-list-notice {
155 background: #fff;
156 border: 1px solid #ccd0d4;
157 border-left-width: 4px;
158 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
159 padding: 1px 12px;
160 }
161 .wdan-hidden-list-notice div.wdan-notice-p {
162 margin: 0.5em 0;
163 padding: 2px;
164 }
165 .wdan-hidden-list-table {
166 border: 0;
167 }
168 .wdan-hidden-list-table tr > td:first-child {
169 padding: 5px 0 5px;
170 }
171 .wdan-hidden-list-table tr > td:last-child {
172 padding: 0 10px 0;
173 text-align: center;
174 }
175 .wdan-hidden-list-table .wdan-notices-page-table-head td {
176 font-size: 16px;
177 text-transform: uppercase;
178 padding: 10px !important;
179 font-weight: bold;
180 }
181 .wdan-hidden-list-table .wdan-hidden-list-notice-action {
182 vertical-align: middle;
183 }
184 .wdan-hidden-list-table .wdan-page-restore-notice-link-loader {
185 background: url(../img/loader.gif);
186 background-size: contain;
187 background-repeat: no-repeat;
188 background-position: top;
189 }
190 #WBCR .wdan-redirect-url-description {
191 margin-top: 10px;
192 }
193 /*# sourceMappingURL=settings.css.map */