-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathadmin.css
More file actions
128 lines (111 loc) · 3.95 KB
/
admin.css
File metadata and controls
128 lines (111 loc) · 3.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.piximage_field.thumbnail-hover {
background-color: #f9f8f8; }
.piximage_field.thumbnail-hover, .piximage_field.thumbnail-hover.no-items > ul {
min-height: 60px; }
.piximage_field.thumbnail-hover .open_piximage i.icon {
display: none; }
#postbox-container-2 .cmb_metabox_description.hero-visibility {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin: 10px 0; }
#postbox-container-2 .cmb_metabox_description.hero-visibility > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-right: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
#postbox-container-2 .cmb_metabox_description.hero-visibility .dashicons {
margin-right: 3px; }
#postbox-container-2 .cmb_metabox_description.hero-visibility span:not(.hero-editor-visibility-status) {
display: none; }
#postbox-container-2 .cmb_metabox_description.hero-visibility .hero-editor-visibility-status {
color: #000000;
font-weight: 900; }
#postbox-container-2 .cmb_metabox_description.hero-visibility span.description {
font-style: normal; }
.hero-hidden-overlay {
opacity: 1;
pointer-events: none;
-webkit-transition: opacity .3s;
transition: opacity .3s; }
#postbox-container-2 .is--visible .cmb_metabox_description.hero-visibility span[class*="visibility"] {
display: inline-block; }
#postbox-container-2 .is--visible .hero-hidden-overlay {
opacity: 0; }
#postbox-container-2 .is--hidden .cmb_metabox_description.hero-visibility span[class*="hidden"] {
display: inline-block; }
#wp-_hero_content_description-wrap .mce-toolbar.mce-last {
position: absolute; }
#wp-_hero_content_description-wrap .mce-toolbar-grp {
z-index: 1; }
._hero_content_description {
padding-top: 50px; }
.mce-container .hero-hidden-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #2c2c2c;
opacity: 0.2;
font-family: dashicons;
color: white; }
.mce-container .hero-hidden-overlay:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
font-size: 150px; }
#postbox-container-2 .slideshow-area-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
#postbox-container-2 .slideshow-area-title.cmb-type {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
#postbox-container-2 .slideshow-area-title .cmb_metabox_description {
padding-right: 0;
width: auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto; }
#postbox-container-2 .slideshow-area-title .cmb_metabox_description h3 label, #postbox-container-2 .slideshow-area-title .cmb_metabox_description h3:before {
display: inline-block;
vertical-align: middle; }
#postbox-container-2 .slideshow-area-title .cmb_metabox_title {
padding: 0;
margin: 0;
font-size: 13px;
font-weight: 300;
color: #AAAAAA; }
#postbox-container-2 .slideshow-area-title.is--disabled {
background-color: #F7F7F7;
margin: 0 -30px -30px -30px;
padding: 14px 30px; }
#postbox-container-2 .slideshow-area-title.is--disabled .cmb_metabox_description h3 {
opacity: .3;
font-size: 16px; }
#postbox-container-2 .slideshow-area-title.is--enabled .cmb_metabox_title {
display: none; }
.mce-panel.mce-menu {
z-index: 200000 !important; }
.has--no-slides {
display: none !important; }
#postbox-container-2 li._hero_featured_projects_title {
margin-top: 30px; }
#menu-appearance a[href='pixelgrade_care-install'] {
padding: 0 !important;
line-height: 0 !important; }
/*# sourceMappingURL=admin.css.map */