mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:19:08 +01:00
Ensure minicolors overrides apply
This commit is contained in:
parent
1eb256ee88
commit
86c940c226
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
|||
.minicolors-theme-bootstrap .minicolors-swatch {
|
||||
#update_theme .minicolors-theme-bootstrap .minicolors-swatch {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
border: 0;
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
border-right: 2px solid var(--raised-bg);
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
Loading…
Reference in a new issue