PluginProbe
Tiered Pricing Table for WooCommerce / 2.3.1
Tiered Pricing Table for WooCommerce v2.3.1
7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 All 90 releases
tier-pricing-table / freemius / assets / scss / admin / _multisite-options.scss

_multisite-options.scss in Tiered Pricing Table for WooCommerce 2.3.1, at freemius/assets/scss/admin/_multisite-options.scss

40 lines 680 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #multisite_options_container {
2 margin-top: 10px;
3 border: 1px solid #ccc;
4 padding: 5px;
5
6 a {
7 text-decoration: none;
8
9 &:focus {
10 box-shadow: none;
11 }
12
13 &.selected {
14 font-weight: bold;
15 }
16 }
17
18 &.apply-on-all-sites {
19 border: 0 none;
20 padding: 0;
21
22 #all_sites_options {
23 border-spacing: 0;
24
25 td:not(:first-child) {
26 display: none;
27 }
28 }
29 }
30
31 #sites_list_container {
32 display: none;
33 overflow: auto;
34
35 table td {
36 border-top: 1px solid #ccc;
37 padding: 4px 2px;
38 }
39 }
40 }