Improve styling of minicolors swatch

This commit is contained in:
Andreas Nedbal 2020-05-06 21:19:49 +02:00
parent 65e66003ee
commit f4da2b84c6
1 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,10 @@
.minicolors-theme-bootstrap .minicolors-swatch {
top: 0;
left: 0;
width: 42px;
height: 42px;
border-radius: 0;
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);
}