File tree Expand file tree Collapse file tree 1 file changed +20
-22
lines changed Expand file tree Collapse file tree 1 file changed +20
-22
lines changed Original file line number Diff line number Diff line change 22
22
-webkit-user-select : none;
23
23
-webkit-tap-highlight-color : rgba (255 , 255 , 255 , 0 );
24
24
}
25
- .datetime-input .time .active ::before {
26
- content : "" ;
27
- display : block;
28
- position : absolute;
29
- background-color : # efefef ;
30
- width : 2em ;
31
- height : 2em ;
32
- bottom : -1.5em ;
33
- box-sizing : border-box;
34
- left : calc (50% - 1em );
35
- z-index : 10 ;
36
- border-color : # aaa ;
37
- border-style : solid;
38
- border-width : 1px 1px 0 0 ;
39
- transform : rotate (-45deg );
40
- -moz-transform : rotate (-45deg );
41
- -ms-transform : rotate (-45deg );
42
- -o-transform : rotate (-45deg );
43
- -webkit-transform : rotate (-45deg );
44
- transition : background-color 0.25s ease-out;
45
- }
46
25
47
26
48
27
/**
104
83
.datetime-input .time .edit-popover .header {
105
84
width : 100% ;
106
85
color : # 777 ;
107
- padding-top : 0.5em ;
108
86
font-size : 1.5em ;
109
87
line-height : 2em ;
110
88
cursor : default;
111
89
transition : background-color 0.25s ease-out;
112
90
}
91
+ .datetime-input .time .edit-popover .header ::before {
92
+ content : "" ;
93
+ display : block;
94
+ position : absolute;
95
+ background-color : # efefef ;
96
+ width : 1em ;
97
+ height : 1em ;
98
+ top : -0.55em ;
99
+ left : 10% ;
100
+ z-index : 2 ;
101
+ border-color : # aaa ;
102
+ border-style : solid;
103
+ border-width : 1px 1px 0 0 ;
104
+ transform : rotate (-45deg );
105
+ -moz-transform : rotate (-45deg );
106
+ -ms-transform : rotate (-45deg );
107
+ -o-transform : rotate (-45deg );
108
+ -webkit-transform : rotate (-45deg );
109
+ transition : background-color 0.25s ease-out;
110
+ }
113
111
114
112
115
113
/**
You can’t perform that action at this time.
0 commit comments