Update svgedit.css
parent
8472c8f4c1
commit
3b6af37f47
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue