Skip to content

Commit 3486534

Browse files
committed
Recompile styles
1 parent 014c3ad commit 3486534

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

css/open.css

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,31 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
1919
border-bottom-width: 0;
2020
background-color: #eee;
2121
opacity: 0;
22-
transform: translateX(-300px);
23-
transition: opacity, transform 0.2s ease-in-out; }
22+
-webkit-transform: translateX(-300px);
23+
transform: translateX(-300px);
24+
-webkit-transition: opacity, -webkit-transform 0.2s ease-in-out;
25+
transition: opacity, -webkit-transform 0.2s ease-in-out;
26+
transition: opacity, transform 0.2s ease-in-out;
27+
transition: opacity, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
2428
.preview_open_widget,
2529
.preview_open_widget * {
26-
box-sizing: border-box; }
30+
-webkit-box-sizing: border-box;
31+
box-sizing: border-box; }
2732
@media screen and (max-width: 1660px) {
2833
.preview_open_widget {
2934
left: 299px; } }
3035

3136
.wp-full-overlay {
37+
-webkit-transition: .2s margin ease-in-out;
3238
transition: .2s margin ease-in-out; }
3339

3440
.wp-full-overlay.is--open-hours-section-expanded {
3541
margin-left: 599px;
3642
margin-right: -300px; }
3743
.wp-full-overlay.is--open-hours-section-expanded .preview_open_widget {
3844
opacity: 1;
39-
transform: translateX(0); }
45+
-webkit-transform: translateX(0);
46+
transform: translateX(0); }
4047

4148
.open-preview {
4249
position: absolute;
@@ -45,7 +52,8 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
4552
width: 100%;
4653
padding: 14px 12px;
4754
border-bottom: 1px solid #DDDDDD;
48-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
55+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
56+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
4957
color: #585858;
5058
background-color: #FFFFFF;
5159
font-size: 14px;
@@ -57,17 +65,24 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
5765
border: 1px solid #DDDDDD; }
5866
.open_overview_shortcode tr {
5967
border-bottom: 1px solid #DDDDDD;
60-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
68+
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
69+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04);
6170
background-color: #FFFFFF; }
6271
.open_overview_shortcode tr:last-child {
6372
border-bottom: 0; }
6473
.open_overview_shortcode td {
6574
padding: 12px 14px; }
6675

6776
.open-entry {
77+
display: -webkit-box;
78+
display: -ms-flexbox;
6879
display: flex;
69-
justify-content: space-between;
70-
align-items: center; }
80+
-webkit-box-pack: justify;
81+
-ms-flex-pack: justify;
82+
justify-content: space-between;
83+
-webkit-box-align: center;
84+
-ms-flex-align: center;
85+
align-items: center; }
7186

7287
.open-entry__day {
7388
font-weight: 600;
@@ -87,7 +102,8 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
87102
.opening-hours-example {
88103
margin-bottom: 10px;
89104
padding: 6px 8px;
90-
box-sizing: border-box;
105+
-webkit-box-sizing: border-box;
106+
box-sizing: border-box;
91107
overflow-x: scroll;
92108
white-space: nowrap;
93109
font-style: italic;
@@ -113,6 +129,7 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
113129
background: url("../images/opening_hours_scheme.png") #ffffff center center no-repeat;
114130
background-size: auto auto;
115131
opacity: 0;
132+
-webkit-transition: opacity .3s ease-in-out;
116133
transition: opacity .3s ease-in-out;
117134
pointer-events: none; }
118135
.show-open-hours-scheme .opening-hours-timestamps-explained {
@@ -123,7 +140,8 @@ li[id*=open_hours_overview] .widget-top a.widget-action:after {
123140

124141
.ui-autocomplete {
125142
background-color: #FFFFFF;
126-
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
143+
-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
144+
box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.18), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
127145
border: 1px solid #CACACA; }
128146

129147
.ui-menu-item {

0 commit comments

Comments
 (0)