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 .date .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
/**
96
75
.datetime-input .date .edit-popover .header {
97
76
width : 100% ;
98
77
color : # 777 ;
99
- padding-top : 0.5em ;
100
78
font-size : 1.5em ;
101
79
line-height : 2em ;
102
80
cursor : default;
103
81
transition : background-color 0.25s ease-out;
104
82
}
83
+ .datetime-input .date .edit-popover .header ::before {
84
+ content : "" ;
85
+ display : block;
86
+ position : absolute;
87
+ background-color : # efefef ;
88
+ width : 1em ;
89
+ height : 1em ;
90
+ top : -0.55em ;
91
+ left : 10% ;
92
+ z-index : 2 ;
93
+ border-color : # aaa ;
94
+ border-style : solid;
95
+ border-width : 1px 1px 0 0 ;
96
+ transform : rotate (-45deg );
97
+ -moz-transform : rotate (-45deg );
98
+ -ms-transform : rotate (-45deg );
99
+ -o-transform : rotate (-45deg );
100
+ -webkit-transform : rotate (-45deg );
101
+ transition : background-color 0.25s ease-out;
102
+ }
105
103
106
104
107
105
/**
You can’t perform that action at this time.
0 commit comments