PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / 6.2.5
Social Media Auto Poster – Schedule & Publish to Buffer v6.2.5
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 All 126 releases
wp-to-buffer / lib / shared / scss / _buttons.scss

_buttons.scss in Social Media Auto Poster – Schedule & Publish to Buffer 6.2.5, at lib/shared/scss/_buttons.scss

25 lines 396 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpzinc-button-red {
2 background: #b30000;
3 border-color: #b30000;
4 color: #fff;
5 text-decoration: none;
6 text-shadow: none;
7 }
8
9 .wpzinc-button-red.hover,
10 .wpzinc-button-red:hover {
11 background: #900;
12 border-color: #900;
13 color: #fff;
14 }
15
16 .wpzinc-button-red.focus,
17 .wpzinc-button-red:focus {
18 background: #900;
19 border-color: #900;
20 color: #fff;
21 box-shadow:
22 0 0 0 1px #fff,
23 0 0 0 3px #900;
24 }
25