PluginProbe
Snippet Shortcodes / 3.4.1
Snippet Shortcodes v3.4.1
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
shortcode-variables / assets / css / sh-cd.css

sh-cd.css in Snippet Shortcodes 3.4.1, at assets/css/sh-cd.css

36 lines 580 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sh-cd-table th {
2 font-weight: bold;
3 }
4 .sh-cd-table .fa-times {
5 color: #ff0000;
6 }
7 .sh-cd-table .fa-check {
8 color: #008000;
9 }
10 .sh-cd-error {
11 border: 1px solid #ff0000;
12 }
13 .sh-cd-table th {
14 border-bottom: 1px solid #CCCCCC;
15 }
16 .sh-cd-button-row {
17 margin-top: 10px;
18 padding: 10px 0px 10px 0px;
19 text-align: right;
20 }
21 .sh-cd-border-bottom {
22 border-bottom: 1px solid #CCCCCC;
23 }
24 .sh-cd-border-top {
25 border-top: 1px solid #CCCCCC;
26 }
27 .sh-cd-hide {
28 display: none !important;
29 }
30 .sh-cd-upgrade-button {
31 font-size: 18px;
32 }
33 .sh-cd-toggle-disabled i {
34 color: #CCCCCC !important;
35 }
36