[Editor] Use a round color swatch for the basic color picker
This commit is contained in:
parent
5600c0ac02
commit
b2aba463a5
@ -1059,6 +1059,16 @@
|
||||
|
||||
.basicColorPicker {
|
||||
width: 28px;
|
||||
|
||||
&::-moz-color-swatch {
|
||||
border-radius: 100%;
|
||||
}
|
||||
|
||||
/*#if !MOZCENTRAL*/
|
||||
&::-webkit-color-swatch {
|
||||
border-radius: 100%;
|
||||
}
|
||||
/*#endif*/
|
||||
}
|
||||
|
||||
.annotationEditorLayer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user