PluginProbe
Social Share for WooCommerce / trunk
Social Share for WooCommerce vtrunk
1.2.23 trunk 1.0 1.0.1 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.6.1 1.1.6.2 1.1.7 1.2.0 1.2.1 1.2.1.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.15.1 1.2.16 All 41 releases
product-share / admin / css / backend.css

backend.css in Social Share for WooCommerce trunk, at admin/css/backend.css

129 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .regular-ele-width {
2 width: 20em;
3 }
4 .all-icons {
5 display: none;
6 background-color: #fff;
7 padding: 30px;
8 margin-top: 20px;
9 border: 1px dashed #8012f9;
10 max-width: 450px;
11 }
12
13 .more-icons i {
14 transition: all 0.2s ease-in-out;
15 }
16
17 .more-icons.close i {
18 transform: rotateZ(45deg);
19 }
20
21 .checklist {
22 display: flex;
23 flex-direction: row;
24 flex-wrap: wrap;
25 }
26
27 .checklist label {
28 display: inline-block;
29 border: 1px solid #8012f9;
30 color: #8012f9;
31 }
32
33 .checklist label span {
34 display: block;
35 padding: 10px;
36 }
37
38 .checklist li span:hover {
39 cursor: move;
40 }
41
42 .checklist li:not(:last-child) label {
43 margin-right: 10px;
44 }
45
46 #sortable li {
47 text-transform: capitalize;
48 }
49
50 .sortable-list label {
51 display: inline-block;
52 border: 1px solid #ccc;
53 }
54
55 .sortable-list label span {
56 display: block;
57 padding: 10px;
58 }
59
60 .sortable-list label input[type=checkbox] {
61 display: none;
62 }
63
64 .sortable-list label input:checked + span {
65 background-color: #8012f9;
66 color: #ffffff;
67 }
68
69 .sortable-list li:not(:last-child) label {
70 margin-right: 10px;
71 }
72
73 .sortable-list {
74 display: flex;
75 flex-direction: row;
76 flex-wrap: wrap;
77 }
78
79 /*New CSS*/
80
81 .psfw-lock-wrapper span {
82 color: #9e0303;
83 font-size: 16px;
84 margin-top: 3px;
85 }
86
87 .psfw-need-pro{
88 pointer-events: none;
89 opacity: 0.5;
90 }
91
92 label.wpx-number-group {
93 display: inline-flex;
94 }
95
96 label.wpx-number-group input {
97 width: 55px;
98 border-top-right-radius: 0;
99 border-bottom-right-radius: 0;
100 margin-right: 0;
101 padding-right: 0;
102 }
103
104 label.wpx-number-group span {
105 background-color: #8c8f94;
106 color: #fff;
107 padding:5px;
108 border-top-right-radius: 4px;
109 border-bottom-right-radius: 4px;
110 }
111
112 /* Navbar Style */
113 nav.psfw-nav-wrapper {
114 position: sticky;
115 top: 35px;
116 background-color: #f0f0f1;
117 z-index: 999;
118 }
119
120 /* Save button style */
121 p.psfw-setting-btn {
122 position: sticky;
123 bottom: 0;
124 background-color: #fff;
125 padding: 10px;
126 box-shadow: 0 1px 1px rgba(0,0,0,.04);
127 border: 1px solid #c3c4c7;
128 border-radius: 0;
129 }