PluginProbe
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder / 51.1.86
King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder v51.1.86
51.1.86 51.1.84 51.1.85 51.1.83 51.1.82 51.1.81 51.1.79 51.1.78 51.1.77 51.1.76 51.1.74 51.1.75 51.1.65 51.1.64 51.1.63 trunk 51.1.14 51.1.2 51.1.35 51.1.36 51.1.37 51.1.38 51.1.39 51.1.44 51.1.45 All 40 releases
king-addons / includes / widgets / Facet_Meta / style.css

style.css in King Addons for Elementor – 100+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce Builder, Mega Menu, Popup Builder 51.1.86, at includes/widgets/Facet_Meta/style.css

47 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ka-facet-meta {
2 display: block;
3 width: 100%;
4 }
5
6 .ka-facet-meta__input,
7 .ka-facet-meta__select,
8 .ka-facet-meta__range input {
9 display: block;
10 width: 100%;
11 box-sizing: border-box;
12 height: 40px;
13 margin: 0;
14 padding: 0 12px;
15 border: 1px solid #d0d5dd;
16 border-radius: 8px;
17 background: #fff;
18 color: #111827;
19 font: inherit;
20 font-size: 15px;
21 line-height: 1.2;
22 }
23
24 .ka-facet-meta__select {
25 appearance: none;
26 background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
27 background-position: calc(100% - 16px) 18px, calc(100% - 11px) 18px;
28 background-size: 5px 5px, 5px 5px;
29 background-repeat: no-repeat;
30 padding-right: 32px;
31 }
32
33 .ka-facet-meta__range {
34 display: grid;
35 grid-template-columns: 1fr 1fr;
36 gap: 10px;
37 }
38
39 .ka-facet-meta__input:focus,
40 .ka-facet-meta__select:focus,
41 .ka-facet-meta__range input:focus,
42 .ka-facet-meta__select.is-active {
43 outline: none;
44 border-color: #111827;
45 box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.08);
46 }
47