PluginProbe
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder / 51.1.78
King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder v51.1.78
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 51.1.46 51.1.47 51.1.49 All 37 releases
king-addons / includes / extensions / Header_Footer_Builder / conditions.css

conditions.css in King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder 51.1.78, at includes/extensions/Header_Footer_Builder/conditions.css

142 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .post-type-king-addons-el-hf_adv_header span.select2.select2-container.select2-container--default,
2 .post-type-king-addons-el-hf-advanced-hook span.select2.select2-container.select2-container--default {
3 margin-top: 0;
4 }
5
6 .post-type-king-addons-el-hf_adv_header li.select2-results__option.select2-results__message,
7 .post-type-king-addons-el-hf-advanced-hook li.select2-results__option.select2-results__message {
8 background: #ecebeb;
9 margin-bottom: 0;
10 }
11
12 .king-addons-el-hf-target-rule-wrapper .select2-container {
13 display: inline-block;
14 position: relative;
15 vertical-align: middle;
16 width: 100% !important;
17 }
18
19 .king-addons-el-hf-target-rule-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple,
20 .king-addons-el-hf-target-rule-wrapper .select2-container--default .select2-selection--multiple {
21 border: 1px solid #ddd;
22 margin-top: 10px;
23 }
24
25 .king-addons-el-hf-target-rule-wrapper .select2-container .select2-search--inline,
26 .king-addons-el-hf-target-rule-wrapper .select2-container--default .select2-search--inline .select2-search__field {
27 width: 100% !important;
28 }
29
30 .king-addons-el-hf-target-rule-condition,
31 .king-addons-el-hf-user-role-condition {
32 position: relative;
33 margin-top: 10px;
34 }
35
36 .target_rule-specific-page-wrap {
37 position: relative;
38 padding: 0 30px 0 0;
39 }
40
41 .user_role-add-rule-wrap,
42 .target_rule-add-rule-wrap,
43 .target_rule-add-exclusion-rule,
44 .user_role-add-rule-wrap {
45 margin-top: 15px;
46 }
47
48 .king-addons-el-hf-target-rule-display-on,
49 .king-addons-el-hf-target-rule-exclude-on {
50 margin-bottom: 10px;
51 }
52
53 .target_rule-condition-delete,
54 .user_role-condition-delete {
55 position: absolute;
56 color: #999;
57 right: 0;
58 font-size: 18px;
59 line-height: 18px;
60 width: 18px;
61 height: 18px;
62 display: inline-block;
63 cursor: pointer;
64 top: 50%;
65 transform: translateY(-50%);
66 }
67
68 .target_rule-condition-delete:hover {
69 color: #d54e21;
70 }
71
72 .target_rule-add-rule-wrap {
73 display: inline-block;
74 }
75
76 .target_rule-add-exclusion-rule {
77 display: inline-block;
78 margin-left: 10px;
79 }
80
81 .configure-content [data-element="exclude_from"],
82 .configure-content [data-element="exclusive_on"] {
83 padding-bottom: 0;
84 }
85
86 .configure-content .king-addons-el-hf-allow-specific-posts input,
87 .configure-content .king-addons-el-hf-post-types {
88 margin-right: 3px;
89 }
90
91 .hide-on-devices input[type=checkbox] {
92 margin-right: 5px;
93 }
94
95 .search-panel.search-close-icon {
96 pointer-events: auto;
97 cursor: pointer;
98 }
99
100 .king-addons-el-hf-hidden {
101 display: none !important;
102 }
103
104 .king-addons-el-hf-options-row-heading {
105 border-right: 1px solid #f0f0f0;
106 padding: 15px;
107 width: 45%;
108 vertical-align: middle;
109 }
110
111 .king-addons-el-hf-options-row td {
112 padding-left: 12px;
113 padding-right: 12px;
114 border-bottom: 1px solid #f0f0f0;
115 zoom: 1;
116 vertical-align: middle;
117 }
118
119 .king-addons-el-hf-options-table .king-addons-el-hf-options-row-content {
120 padding: 15px 10px;
121 position: relative;
122 width: 55%;
123 }
124
125 .king-addons-el-hf-options-table.widefat {
126 border: 1px solid #f0f0f0;
127 border-bottom: none;
128 }
129
130 .king-addons-el-hf-options-row-heading label {
131 display: inline-block;
132 font-size: 13px;
133 line-height: 1.4em;
134 font-weight: bold;
135 padding: 0;
136 margin: 0 0 3px;
137 color: #333;
138 }
139
140 .king-addons-el-hf-options-row-content select {
141 width: 95%;
142 }