PluginProbe ʕ •ᴥ•ʔ
Disable Admin Notices – Hide Dashboard Notifications / trunk
Disable Admin Notices – Hide Dashboard Notifications vtrunk
1.4.7 1.4.6 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 / general.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 7 months ago settings.less 7 months ago
general.css
51 lines
1 .wbcr-dan-hide-notices {
2 position: initial;
3 padding: 5px 5px 0;
4 background: transparent;
5 }
6 .wbcr-dan-hide-notices > div {
7 margin: 0 !important;
8 }
9 .is-dismissible .wbcr-dan-hide-links {
10 margin-right: -25px;
11 }
12 .wbcr-dan-hide-links {
13 text-align: right;
14 padding: 0 5px 5px 0;
15 }
16 .wbcr-dan-hide-links .wbcr-dan-hide-notice-link {
17 min-height: 20px;
18 line-height: 2;
19 padding: 0 5px 0 0;
20 font-size: 11px;
21 color: #ec3c47;
22 background: #fff;
23 margin: 0;
24 cursor: pointer;
25 border: 1px solid #ec3c47;
26 border-radius: 5px;
27 }
28 .wbcr-dan-hide-links .wbcr-dan-hide-notice-link:hover {
29 background: #ec3c47;
30 color: #fff;
31 }
32 .wbcr-dan-hide-links .wbcr-dan-hide-notice-link:hover:before {
33 background-image: url('../img/hide-icon-white.svg');
34 }
35 .wbcr-dan-hide-links .wbcr-dan-hide-notice-link:focus {
36 border: 2px solid #ec3c47;
37 outline: none;
38 }
39 .wbcr-dan-hide-links .wbcr-dan-hide-notice-link:before {
40 content: '';
41 display: inline-block;
42 width: 25px;
43 height: 18px;
44 background-color: transparent;
45 background-image: url('../img/hide-icon.svg');
46 background-repeat: no-repeat;
47 background-position: center center;
48 background-size: 25px;
49 vertical-align: middle;
50 }
51 /*# sourceMappingURL=general.css.map */