PluginProbe
SpinupWP / 1.3
SpinupWP v1.3
trunk 1.0 1.0.1 1.0.2 1.0.3 1.1 1.1.1 1.1.2 1.2 1.3 1.4 1.4.1 1.4.2 1.5 1.5.1 1.6 1.7 1.7.1 1.8.0 1.9.0 1.9.1
spinupwp / assets / css / admin.css

admin.css in SpinupWP 1.3, at assets/css/admin.css

33 lines 666 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #wpadminbar #wp-admin-bar-spinupwp > .ab-item::before {
2 content: "\f226";
3 top: 2px;
4 }
5
6 @media screen and (max-width: 782px) {
7 #wpadminbar #wp-admin-bar-spinupwp {
8 display: block;
9 position: static;
10 }
11
12 #wpadminbar #wp-admin-bar-spinupwp > .ab-item {
13 text-indent: 100%;
14 white-space: nowrap;
15 overflow: hidden;
16 width: 52px;
17 padding: 0;
18 color: #a0a5aa;
19 position: relative;
20 }
21
22 #wpadminbar #wp-admin-bar-spinupwp > .ab-item::before {
23 display: block;
24 text-indent: 0;
25 font: normal 32px/1 dashicons;
26 speak: never;
27 top: 7px;
28 width: 52px;
29 text-align: center;
30 -webkit-font-smoothing: antialiased;
31 -moz-osx-font-smoothing: grayscale;
32 }
33 }