Ensure minicolors overrides apply
This commit is contained in:
parent
1eb256ee88
commit
86c940c226
|
@ -1,10 +1,9 @@
|
||||||
.minicolors-theme-bootstrap .minicolors-swatch {
|
#update_theme .minicolors-theme-bootstrap .minicolors-swatch {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 38px;
|
width: 38px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-top-left-radius: 4px;
|
border-top-right-radius: 0;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-right-radius: 0;
|
||||||
border-right: 2px solid var(--raised-bg);
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue