mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 09:56:03 +01:00
Add overrides files for bs-datetimepicker and minicolors
This commit is contained in:
parent
86744a3da4
commit
33e2533467
2 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
.remove-native-picker::-webkit-calendar-picker-indicator{
|
||||
display: none
|
||||
}
|
7
app/assets/stylesheets/overrides/_minicolors.scss
Normal file
7
app/assets/stylesheets/overrides/_minicolors.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
.minicolors-theme-bootstrap .minicolors-swatch {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 0;
|
||||
}
|
Loading…
Reference in a new issue