PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.4
Booking for Appointments and Events Calendar – Amelia v2.4.4
2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / extensions / divi_amelia / includes / fields / MultiSelect / style.css
ameliabooking / extensions / divi_amelia / includes / fields / MultiSelect Last commit date
style.css 2 years ago
style.css
119 lines
1 .et-fb-option--amelia-multi_select .dropdown-heading {
2 height: 30px !important;
3 outline: none;
4 overflow: hidden;
5 background: #f1f5f9 !important;
6 cursor: pointer;
7 min-height: 30px !important;
8 border: none !important;
9 }
10
11 .et-fb-option--amelia-multi_select .dropdown-heading .dropdown-heading-value {
12 font-size: 13px !important;
13 line-height: 30px !important;
14 padding-right: 35px !important;
15 }
16
17 .et-fb-option--amelia-multi_select .dropdown-heading .dropdown-heading-value span {
18 color: #4c5866 !important;
19 font-weight: 600 !important;
20 }
21
22 .et-fb-option--amelia-multi_select .dropdown-heading .dropdown-heading-dropdown-arrow {
23 border-color: #4c5866 transparent transparent !important;
24 }
25
26
27 .et-fb-option--amelia-multi_select .multi-select {
28 position: relative;
29 }
30
31 .et-fb-option--amelia-multi_select .dropdown-heading {
32 background-color: #F1F5F9 !important;
33 width: 100%;
34 border: 0 !important;
35 border-radius: 3px;
36 box-shadow: none;
37 margin: 0;
38 padding: 5px 10px;
39 color: #4c5866 !important;
40 font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
41 font-size: 13px;
42 font-weight: 600;
43 height: 30px;
44 display: inline-block;
45 }
46
47 .et-fb-option--amelia-multi_select .select-item {
48 color: #4c5866 !important;
49 font-size: 13px !important;
50 font-weight: 600 !important;
51 padding: 2px 12px !important;
52 }
53
54 .et-fb-option--amelia-multi_select .select-item:hover {
55 background-color: #168ade !important;
56 color: white !important;
57 }
58
59 .et-fb-option--amelia-multi_select .select-item input[type=checkbox] {
60 outline: 0;
61 display: inline-block;
62 background: #f1f5f9;
63 width: 25px;
64 min-width: 16px;
65 height: 25px;
66 border: 0;
67 border-radius: 3px;
68 box-shadow: none;
69 margin: 0;
70 padding: 0!important;
71 float: none;
72 clear: none;
73 color: #4c5866;
74 font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif;
75 font-size: 13px;
76 font-weight: 600;
77 line-height: 0;
78 text-align: center;
79 vertical-align: middle;
80 cursor: pointer;
81 -webkit-appearance: none;
82 -webkit-font-smoothing: subpixel-antialiased;
83 }
84
85
86 .et-fb-option--amelia-multi_select .select-item input[type=checkbox]:checked:before {
87 content: "\F147";
88 display: inline-block;
89 width: 16px;
90 margin: 2px 0 0 -5px;
91 float: none;
92 color: #00c3aa;
93 font: normal 21px/1 dashicons;
94 vertical-align: middle;
95 speak: none;
96 -webkit-font-smoothing: antialiased;
97 }
98
99 .et-fb-option--amelia-multi_select .dropdown-content {
100 position: relative !important;
101 }
102
103 .et-fb-option--amelia-multi_select .dropdown-content .select-item .item-renderer span {
104 display: inline !important;
105 }
106
107 .et-fb-option--amelia-multi_select .select-panel input[type=text] {
108 background: #f1f5f9 !important;
109 max-height: 30px !important;
110 border: 0 !important;
111 border-radius: 3px !important;
112 padding: 7px 10px !important;
113 box-sizing: border-box !important;
114 transition: background .2s ease !important;
115 color: #4c5866 !important;
116 font-family: Open Sans,Helvetica,Roboto,Arial,sans-serif !important;
117 font-size: 13px !important;
118 font-weight: 600 !important;
119 }