PluginProbe
Welcart e-Commerce / 2.12.3
Welcart e-Commerce v2.12.3
2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 1.4.13 All 291 releases
usc-e-shop / css / usces_default.css

usces_default.css in Welcart e-Commerce 2.12.3, at css/usces_default.css

44 lines 857 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @charset "utf-8";
2 /* CSS Document */
3
4 input.hidden {
5 display: none;
6 }
7 .welcart-btn {
8 font-size: 14px;
9 width: 60%;
10 margin-bottom: .357143em;
11 padding: .714286em 1.42857em;
12 background-color: #eee;
13 -webkit-border-radius: 3px;
14 -moz-border-radius: 3px;
15 border-radius: 3px;
16 text-decoration: none;
17 }
18 .welcart-btn.orange{
19 color: #fff;
20 background-color: #ff8c00;
21 }
22 .usces_filter_history {
23 margin-bottom: 10px;
24 display: flex;
25 justify-content: flex-end;
26 align-items: center;
27 }
28 .usces_filter_history label,
29 .usces_filter_history select {
30 cursor: pointer;
31 }
32 .usces_filter_history input[type="checkbox"] {
33 width: 1rem;
34 height: 1rem;
35 margin: 0 .5rem 0 0;
36 vertical-align: middle;
37 }
38 .usces_filter_history .exclude_cancel {
39 margin-right: 2em;
40 }
41 .usces_filter_history .usce_period span {
42 margin: 0 .5rem 0 0;
43 }
44