PluginProbe
Filter Everything — WordPress & WooCommerce Filters / 1.6.1
Filter Everything — WordPress & WooCommerce Filters v1.6.1
1.9.7 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 All 52 releases
filter-everything / assets / css / wpc-widgets.css

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

110 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Filter Everything admin 1.6.1
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 .wpc-sorting-item-top.wpc-opened + .wpc-sorting-item-inside{
17 display: block;
18 }
19 .wpc-sorting-item-top{
20 display: flex;
21 align-content: center;
22 justify-content: space-between;
23 flex-wrap: nowrap;
24 background-color: #f6f7f7;
25 }
26 .elementor-control-content .wpc-sorting-item-top{
27 background-color: #404349;
28 }
29 .wpc-sorting-item-top.wpc-opened{
30 border-bottom: 1px solid #ccc;
31 }
32 .wpc-sorting-item-title{
33 padding: 14px 10px 13px 10px;
34 border-right: 1px solid #ccc;
35 cursor: pointer;
36 flex-grow: 4;
37 box-sizing: border-box;
38 font-size: 13px;
39 line-height: 1;
40 }
41 .wpc-sorting-item-handle:hover,
42 .wpc-sorting-item-remove:hover,
43 .wpc-sorting-item-title:hover{
44 background-color: #fdfdfd;
45 }
46 .elementor-control-content .wpc-sorting-item-handle:hover,
47 .elementor-control-content .wpc-sorting-item-remove:hover,
48 .elementor-control-content .wpc-sorting-item-title:hover{
49 background-color: #464950;
50 }
51 .wpc-sorting-item-handle:hover{
52 cursor: move;
53 }
54 .wpc-sorting-item-remove:hover{
55 color: #cc0000;
56 }
57 .wpc-sorting-item-handle,
58 .wpc-sorting-item-remove{
59 padding: 10px;
60 flex-grow: 1;
61 max-width: 40px;
62 height: 40px;
63 box-sizing: border-box;
64 font-size: 18px;
65 text-align: center;
66 line-height: 1;
67 cursor: pointer;
68 }
69 .wpc-sorting-item-handle{
70 padding: 13px;
71 }
72 .wpc-sorting-item-handle span{
73 width: 14px;
74 height: 14px;
75 font-size: 14px;
76 color:#484848;
77 }
78 .elementor-control-content .wpc-sorting-item-handle span{
79 color: inherit;
80 }
81 .wpc-sorting-item-handle span:before{
82 font-size: 14px;
83 }
84 .wpc-add-sorting-item-div{
85 text-align: center;
86 }
87 .wpc-add-sorting-item-wrapper{
88 margin-bottom: 1.5em;
89 margin-top: 1.5em;
90 }
91 .wp-core-ui a.button-primary.wpc-add-sorting-item{
92 color: #ffffff;
93 }
94 .wpc-ballast{
95 display: none;
96 }
97 .wpc-sorting-item-meta-key-wrapper{
98 display: none;
99 }
100 .wpc-sorting-item-meta-key-wrapper.wpc-opened{
101 display: block;
102 }
103 .wpc-filter-item-shadow{
104 height: 42px;
105 clear: both;
106 border: 1px dashed #b4b9be;
107 margin: 0 auto 16px auto;
108 width: 100%;
109 box-sizing: border-box;
110 }