diff --git a/src/editor/components/seColorPicker.js b/src/editor/components/seColorPicker.js index 3c462390..8571f3a4 100644 --- a/src/editor/components/seColorPicker.js +++ b/src/editor/components/seColorPicker.js @@ -14,29 +14,30 @@ template.innerHTML = ` @import "./components/jgraduate/css/jGraduate.css"; @import "./components/jgraduate/css/jPicker.css"; #logo { - height: 22px; - width: 22px; + height: 18px; + width: 18px; } #block { - height: 22px; - width: 22px; + height: 13px; + width: 14px; float: right; background-color: darkgrey; } #picker { - background: #f0f0f0; - height: 26px; - line-height: 26px; + background: var(--input-color); + height: 19px; + line-height: 19px; border-radius: 3px; width: 52px; display: flex; align-items: center; margin-right: 4px; + margin-top: 1px; justify-content: space-evenly; } #color_picker { - position: absolute; - bottom: 40px; + z-index: 1000; + top: -350px; }
diff --git a/src/editor/svgedit.css b/src/editor/svgedit.css index 54ac8360..8782f9e7 100644 --- a/src/editor/svgedit.css +++ b/src/editor/svgedit.css @@ -723,3 +723,4 @@ ul li.current { } +