Update svgedit.css

master
JFH 2021-09-05 16:40:30 +02:00
parent 8472c8f4c1
commit 3b6af37f47
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
:root {
--main-bg-color: #72797A;
--text-color: #000000;
--text-color: #ffffff;
--border-color: #808080;
--canvas-bg-color: #B2B2B2;
--link-color: #19c;
@ -40,6 +40,11 @@
}
}
/* class to open the right panel */
.svg_editor.open {
grid-template-columns: 34px 15px 50px 1fr 150px;
}
#svgroot {
user-select: none;
position: absolute;