PluginProbe
Snippet Shortcodes / 4.0
Snippet Shortcodes v4.0
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
← All changes | assets/css/sh-cd.css +57 -23 2.0.14.0 View file →
@@ -1,23 +1,57 @@
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-button-row {
14 - border-top: 1px solid #CCCCCC;
15 - margin-top: 20px;
16 - padding: 20px 0px 10px 0px;
17 -}
18 -.sh-cd-hide {
19 - display: none !important;
20 -}
21 -.sh-cd-upgrade-button {
22 - font-size: 18px;
23 -}
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 +.sh-cd-disabled *, .sh-cd-disabled-pro-plus *
37 +{
38 + color: #CCCCCC !important;
39 +}
40 +.sh-cd-disabled th::after {
41 + content: "\A(Premium feature)";
42 + color: #ef8988;
43 + font-weight: bold;
44 + clear: both;
45 + width:100%;
46 + white-space: pre;
47 +}
48 +.sh-cd-advertise-premium .hndle {
49 + background-color: #92a8d1;
50 + color: #FFFFFF;
51 +}
52 +#sh-cd-add-inline {
53 + background-color: #fff8dd;
54 +}
55 +.sh-cd-csv-import .sh-cd-form-row {
56 + margin-bottom: 20px;
57 +}