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