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.less
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.less
238 lines
1 #WBCR {
2 .factory-checkbox-disabled input,
3 .factory-checkbox-disabled button {
4 pointer-events: none;
5 cursor: not-allowed;
6 opacity: 0.65;
7 filter: alpha(opacity=65);
8 -webkit-box-shadow: none;
9 box-shadow: none;
10 }
11
12 .wrdan-premium-fake-content {
13 position: relative;
14 padding: 15px;
15
16 }
17
18 .wdan-premium-info {
19 position: absolute;
20 top: 50px;
21 left: 50%;
22 margin-left: -250px;
23 max-width: 500px;
24 z-index: 999;
25
26 h3 {
27 font-size: 32px;
28 font-weight: 300;
29 color: inherit;
30 margin: 40px 0 10px;
31 line-height: 1.2;
32 }
33
34 p {
35 font-size: 16px;
36 font-weight: 400;
37 color: #a4afb7;
38 margin-bottom: 40px;
39 }
40 }
41
42 .wdan-premium-layer {
43 position: absolute;
44 top: 0;
45 left: 0;
46 right: 0;
47 bottom: 0;
48 opacity: 0.9;
49 background: #fff;
50
51
52 }
53
54 .wdan-button {
55 font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
56 font-weight: 500;
57 text-transform: uppercase;
58 outline: none;
59 border: none;
60 text-decoration: none;
61 -webkit-border-radius: 3px;
62 border-radius: 3px;
63 -webkit-transition-property: background, color, opacity, -webkit-box-shadow;
64 transition-property: background, color, opacity, -webkit-box-shadow;
65 -o-transition-property: background, color, box-shadow, opacity;
66 transition-property: background, color, box-shadow, opacity;
67 transition-property: background, color, box-shadow, opacity, -webkit-box-shadow;
68 -webkit-transition-duration: .3s;
69 -o-transition-duration: .3s;
70 transition-duration: .3s
71 }
72
73 .wdan-button:hover {
74 border: none
75 }
76
77 .wdan-button:not([disabled]) {
78 cursor: pointer
79 }
80
81 .wdan-button:not(.wdan-button-state) .wdan-state-icon {
82 display: none
83 }
84
85 .wdan-button.wdan-button-success {
86 color: #fff
87 }
88
89 .wdan-button.wdan-button-success[disabled] {
90 background-color: #c2cbd2
91 }
92
93 .wdan-button.wdan-button-success:not([disabled]) {
94 background-color: #39b54a
95 }
96
97 .wdan-button.wdan-button-success:not([disabled]):hover {
98 opacity: .85;
99 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
100 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
101 }
102
103 .wdan-button.wdan-button-success:not([disabled]):active {
104 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
105 box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
106 }
107
108 .wdan-button.wdan-button-warning {
109 background-color: #a4afb7;
110 color: #fff
111 }
112
113 .wdan-button.wdan-button-warning[disabled] {
114 background-color: #c2cbd2
115 }
116
117 .wdan-button.wdan-button-warning:not([disabled]):hover {
118 background-color: #b01b1b;
119 opacity: .85;
120 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
121 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
122 }
123
124 .wdan-button.wdan-button-warning:not([disabled]):active {
125 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
126 box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
127 }
128
129 .wdan-button.wdan-button-danger {
130 background-color: #d72b3f;
131 color: #fff
132 }
133
134 .wdan-button.wdan-button-danger[disabled] {
135 background-color: #c2cbd2
136 }
137
138 .wdan-button.wdan-button-danger:not([disabled]):hover {
139 opacity: .85;
140 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
141 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
142 }
143
144 .wdan-button.wdan-button-danger:not([disabled]):active {
145 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
146 box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
147 }
148
149 .wdan-button.wdan-edit-template {
150 display: inline-block;
151 margin-top: 15px;
152 color: #fff
153 }
154
155 .wdan-button.wdan-button-default {
156 background-color: #a4afb7;
157 color: #fff;
158 font-size: 11px;
159 padding: 7px 21px
160 }
161
162 .wdan-button.wdan-button-default:hover {
163 background-color: #6d7882;
164 -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
165 box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2)
166 }
167
168 .wdan-button.wdan-button-default:active {
169 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1);
170 box-shadow: 0 5px 10px rgba(0, 0, 0, .19), 0 3px 3px rgba(0, 0, 0, .1)
171 }
172
173 .wdan-button.wdan-button-default:visited {
174 color: #fff
175 }
176
177 .wdan-button.wdan-button-go-pro {
178 background-color: #ff5722
179 }
180
181 .wdan-button i {
182 margin-right: 10px
183 }
184
185 }
186
187 .wdan-hidden-list {
188 padding: 0 15px;
189 }
190
191 .wdan-hidden-list-notice {
192 background: #fff;
193 border: 1px solid #ccd0d4;
194 border-left-width: 4px;
195 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
196 padding: 1px 12px;
197
198 div.wdan-notice-p {
199 margin: 0.5em 0;
200 padding: 2px;
201
202 & div{
203 width: 100%;
204 }
205 }
206 }
207
208 .wdan-hidden-list-table {
209 border: 0;
210
211 tr > td:first-child {
212 padding: 5px 0 5px;
213 }
214
215 tr > td:last-child {
216 padding: 0 10px 0;
217 text-align: center;
218 }
219
220 .wdan-notices-page-table-head td {
221 font-size: 16px;
222 text-transform: uppercase;
223 padding: 10px !important;
224 font-weight: bold;
225 }
226
227 .wdan-hidden-list-notice-action {
228 vertical-align: middle;
229 }
230
231 .wdan-page-restore-notice-link-loader {
232 background: url(../img/loader.gif);
233 background-size: contain;
234 background-repeat: no-repeat;
235 background-position: top;
236 }
237 }
238