PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.23
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.23
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / admin / css / style.css
pi-woocommerce-order-date-time-and-type / admin / css Last commit date
images 1 year ago bootstrap.css 1 year ago jquery-ui.css 1 year ago jquery.timepicker.min.css 1 year ago style.css 1 year ago
style.css
121 lines
1 .pisol_grid {
2 display: grid;
3 grid-template-columns: 1fr 2fr;
4 grid-gap: 20px;
5 padding: 10px;
6 }
7
8 .pisol-main-wrap-area {
9 display: flex;
10 }
11
12 .pisol-form-container {
13 width: 70%;
14 }
15
16 .pisol-msg-container {
17 width: 30%;
18 }
19
20 .pisol-msg-container .postbox {
21 margin-top: 10px;
22 margin-bottom: 10px;
23 }
24
25 .pisol-heading {
26 font-size: 14px;
27 padding: 8px 12px;
28 margin: 0;
29 line-height: 1.4;
30 }
31
32 .pisol-cover {
33 background: rgba(0, 0, 0, 0.5);
34 position: absolute;
35 top: 0;
36 left: 0;
37 width: calc(100% - 10px);
38 height: 100%;
39 display: flex;
40 align-items: center;
41 justify-content: center;
42 text-align: center;
43 color: #fff;
44 }
45
46 .pisol-cover div {
47 background: rgba(255, 255, 255, 0.6);
48 padding: 10px;
49 color: #000;
50 }
51
52 .pisol-offer {
53 background: green !important;
54 color: #fff;
55 }
56
57 .pisol-offer .pisol-heading {
58 color: #fff;
59 }
60
61 .pisol_grid small {
62 color: #bbb;
63 }
64
65 .pisol_grid textarea {
66 width: 100%;
67 }
68
69 .pi-icon {
70 text-decoration: none;
71 vertical-align: middle;
72 }
73
74 .pi-clear-value {
75 position: absolute;
76 right: 15px;
77 top: 0px;
78 }
79
80 .pi-slot-clear {
81 position: absolute;
82 right: 20px;
83 top: 50%;
84 margin-top: -10px;
85 cursor: pointer;
86 font-size: 12px;
87 }
88
89 .slot_time_picker {
90 width: 100% !important;
91 }
92
93 .ui-corner-all {
94 padding-left: 0px !important;
95 padding-right: 0px !important;
96 font-size: 12px !important;
97 }
98
99 .slot_time_picker {
100 font-size: 12px !important;
101 }
102
103 .select2-selection__choice {
104 background: #ee6443 !important;
105 color: #fff;
106 border: 0px !important;
107 }
108
109 .select2-selection__choice__remove {
110 color: #fff !important;
111 }
112
113 .pi-edd-current-time-box {
114 position: fixed;
115 right: 0px;
116 bottom: 0;
117 width: 150px;
118 padding: 5px;
119 background: rgba(100, 100, 100, 0.5);
120 color: #fff;
121 }