PluginProbe
WP Directory Kit / 1.3.2
WP Directory Kit v1.3.2
1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 trunk 1.1.0 1.1.6 1.1.8 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.8 1.4.0 All 36 releases
wpdirectorykit / public / css / wpdirectorykit-public-conflicts.scss

wpdirectorykit-public-conflicts.scss in WP Directory Kit 1.3.2, at public/css/wpdirectorykit-public-conflicts.scss

57 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wdk-listing-card {
2 height: auto !important;
3 }
4
5 .wdk-field input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .wdk-field select {
6 margin: 0;
7 }
8
9 .menu-item-has-children .ht-dropdown {
10 display: none !important;
11 }
12
13 body:not(.admin-bar) .daterangepicker {
14 margin-top: 6px;
15 }
16
17 body .blueimp-gallery-display > .prev,
18 body .blueimp-gallery-display > .next,
19 body .blueimp-gallery-display > .close {
20 font-size: 0;
21 display: block;
22 }
23
24 .blueimp-gallery > .indicator {
25 display: block;
26 }
27
28 body .blueimp-gallery-controls > .indicator > li {
29 background-size: cover !important;
30 }
31
32 body.admin-bar .select2-container--open span.select2-dropdown.select2-dropdown--below {
33 margin-top: 0;
34 }
35
36 body.admin-bar .select2-container--open span.select2-dropdown.select2-dropdown--above {
37 margin-top: 0;
38 }
39
40 body .elementor-social-icon {
41 display: -webkit-inline-box;
42 display: -ms-inline-flexbox;
43 display: inline-flex;
44 }
45
46 /* enable in popup elementor */
47 .select2-container {
48 z-index: 10000;
49 }
50
51 body .daterangepicker .drp-calendar {
52 max-width: initial;
53 }
54
55 body .daterangepicker {
56 width: auto;
57 }