File tree Expand file tree Collapse file tree 2 files changed +27
-9
lines changed
frontend/src/components/guiComponents Expand file tree Collapse file tree 2 files changed +27
-9
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,19 @@ export default {
31
31
};
32
32
< / script>
33
33
34
- < style>
35
- input[type= ' date' ]:: - webkit- datetime- edit- year- field: focus,
36
- input[type= ' date' ]:: - webkit- datetime- edit- month- field: focus,
37
- input[type= ' date' ]:: - webkit- datetime- edit- day- field: focus {
34
+ < style scoped >
35
+ : deep ( input[type= ' date' ]:: - webkit- datetime- edit- year- field: focus) ,
36
+ : deep ( input[type= ' date' ]:: - webkit- datetime- edit- month- field: focus) ,
37
+ : deep ( input [type = ' date' ]:: - webkit - datetime - edit - day - field : focus ) {
38
38
background- color: #3367d1 ;
39
39
}
40
+
41
+ : deep (input [type = ' date' ]:: - webkit - calendar - picker - indicator ) {
42
+ position: absolute;
43
+ }
44
+
45
+ : deep (input :: - webkit - datetime - edit ) {
46
+ position: relative;
47
+ left: 30 % ;
48
+ }
40
49
< / style>
Original file line number Diff line number Diff line change @@ -33,11 +33,20 @@ export default {
33
33
};
34
34
</script >
35
35
36
- <style >
37
- input [type = ' time' ]::-webkit-datetime-edit-hour-field :focus ,
38
- input [type = ' time' ]::-webkit-datetime-edit-minute-field :focus ,
39
- input [type = ' time' ]::-webkit-datetime-edit-second-field :focus ,
40
- input [type = ' time' ]::-webkit-datetime-edit-ampm-field :focus {
36
+ <style scoped >
37
+ :deep( input [type = ' time' ]::-webkit-datetime-edit-hour-field :focus ) ,
38
+ :deep( input [type = ' time' ]::-webkit-datetime-edit-minute-field :focus ) ,
39
+ :deep( input [type = ' time' ]::-webkit-datetime-edit-second-field :focus ) ,
40
+ :deep( input [type = ' time' ]::-webkit-datetime-edit-ampm-field :focus ) {
41
41
background-color : #3367d1 ;
42
42
}
43
+
44
+ :deep(input [type = ' time' ]::-webkit-calendar-picker-indicator ) {
45
+ position : absolute ;
46
+ }
47
+
48
+ :deep(input ::-webkit-datetime-edit ) {
49
+ position : relative ;
50
+ left : 50% ;
51
+ }
43
52
</style >
You can’t perform that action at this time.
0 commit comments