Ensure minicolors overrides apply

This commit is contained in:
Karina Kwiatek 2021-04-04 16:25:13 +02:00 committed by Dominik M. Kwiatek
parent 1eb256ee88
commit 86c940c226
1 changed files with 3 additions and 4 deletions

View File

@ -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);
} }