PluginProbe
Filter Everything — WordPress & WooCommerce Filters / trunk
Filter Everything — WordPress & WooCommerce Filters vtrunk
1.9.6 1.9.5 1.9.4 1.9.3 1.9.2.2 1.9.2.1 trunk 1.2.1 1.2.3 1.2.4 1.2.5 1.3.0 1.3.1 1.3.2 1.4.1 1.4.4 1.4.5 1.4.8 1.4.9 1.5.0 1.5.1 1.6.0 1.6.1 1.6.2 1.6.3 All 51 releases
filter-everything / assets / css / wpc-widgets.css

wpc-widgets.css in Filter Everything — WordPress & WooCommerce Filters trunk, at assets/css/wpc-widgets.css

134 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Filter Everything widgets 1.9.6
3 */
4 .wpc-sorting-list{
5 margin-top: 15px;
6 position: relative;
7 }
8 .wpc-sorting-item-wrapper{
9 border: 1px solid #ccc;
10 margin-bottom: 1em;
11 }
12 .wpc-sorting-item-inside{
13 padding: 0 10px 10px 10px;
14 display: none;
15 }
16 .fl-builder-edit .wpc-sorting-item-inside > p > label{
17 display: block;
18 margin-top: 5px;
19 }
20 .fl-builder-edit .fl-builder-widget-settings input.wpc-sorting-item-label{
21 margin-left: 0 !important;
22 margin-right: 0 !important;
23 width: 100%;
24 }
25 .wpc-sorting-item-top.wpc-opened + .wpc-sorting-item-inside{
26 display: block;
27 }
28 .wpc-sorting-item-top{
29 display: flex;
30 align-content: center;
31 justify-content: space-between;
32 flex-wrap: nowrap;
33 background-color: #f6f7f7;
34 }
35 .elementor-control-content .wpc-sorting-item-top{
36 background-color: #404349;
37 }
38 .wpc-sorting-item-top.wpc-opened{
39 border-bottom: 1px solid #ccc;
40 }
41 .wpc-sorting-item-title{
42 padding: 14px 10px 13px 10px;
43 border-right: 1px solid #ccc;
44 cursor: pointer;
45 flex-grow: 4;
46 box-sizing: border-box;
47 font-size: 13px;
48 line-height: 1;
49 }
50 .wpc-sorting-item-handle:hover,
51 .wpc-sorting-item-remove:hover,
52 .wpc-sorting-item-title:hover{
53 background-color: #fdfdfd;
54 }
55 .elementor-control-content .wpc-sorting-item-handle:hover,
56 .elementor-control-content .wpc-sorting-item-remove:hover,
57 .elementor-control-content .wpc-sorting-item-title:hover{
58 background-color: #464950;
59 }
60 .wpc-sorting-item-handle:hover{
61 cursor: move;
62 }
63 .wpc-sorting-item-remove:hover{
64 color: #cc0000;
65 }
66 .wpc-sorting-item-handle,
67 .wpc-sorting-item-remove{
68 padding: 10px;
69 flex-grow: 1;
70 max-width: 40px;
71 min-width: 40px;
72 box-sizing: border-box;
73 font-size: 18px;
74 text-align: center;
75 line-height: 1;
76 cursor: pointer;
77 display: flex;
78 justify-content: center;
79 align-items: center;
80 }
81 .wpc-sorting-item-handle{
82 padding: 13px;
83 }
84 .wpc-sorting-item-handle span{
85 width: 14px;
86 height: 14px;
87 font-size: 14px;
88 color:#484848;
89 }
90 .elementor-control-content .wpc-sorting-item-handle span{
91 color: inherit;
92 }
93 .wpc-sorting-item-handle span:before{
94 font-size: 14px;
95 }
96 .wpc-add-sorting-item-div{
97 text-align: center;
98 }
99 .wpc-add-sorting-item-wrapper{
100 margin-bottom: 1.5em;
101 margin-top: 1.5em;
102 }
103 .wp-core-ui a.button-primary.wpc-add-sorting-item{
104 color: #ffffff;
105 }
106 .fl-builder-widget-settings input.wpc-ballast,
107 .wpc-ballast{
108 display: none !important;
109 }
110 .wpc-sorting-item-meta-key-wrapper{
111 display: none;
112 }
113 .wpc-sorting-item-meta-key-wrapper.wpc-opened{
114 display: block;
115 }
116 .wpc-filter-item-shadow{
117 height: 42px;
118 clear: both;
119 border: 1px dashed #b4b9be;
120 margin: 0 auto 16px auto;
121 width: 100%;
122 box-sizing: border-box;
123 }
124 .wpc-columns-wrapper{
125 display:none;
126 }
127 .wpc-horizontal-checkbox:checked+label+.wpc-columns-wrapper{
128 visibility: visible;
129 }
130 .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .wpc-columns-wrapper select,
131 .wpc-columns-wrapper select{
132 width: auto;
133 display: inline-block;
134 }