From b2aba463a58bc83c89ba0d59020f72354fc068bf Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Tue, 15 Jul 2025 15:06:07 +0200 Subject: [PATCH] [Editor] Use a round color swatch for the basic color picker --- web/annotation_editor_layer_builder.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 510dd4bd3..47f42b2b2 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -1059,6 +1059,16 @@ .basicColorPicker { width: 28px; + + &::-moz-color-swatch { + border-radius: 100%; + } + + /*#if !MOZCENTRAL*/ + &::-webkit-color-swatch { + border-radius: 100%; + } + /*#endif*/ } .annotationEditorLayer {