Commit b574ec34 by Tim Krones

Address review comments.

parent 918ed51f
...@@ -27,11 +27,11 @@ ...@@ -27,11 +27,11 @@
.vectordraw_block .menu .controls { .vectordraw_block .menu .controls {
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
border-top: 2px solid rgb(31, 98, 141); border-top: 2px solid #1f628d;
border-left: 2px solid #1f628d; border-left: 2px solid #1f628d;
border-right: 2px solid #1f628d; border-right: 2px solid #1f628d;
padding: 3px; padding: 3px;
background-color: rgb(224, 224, 224); background-color: #e0e0e0;
font-size: 0; font-size: 0;
} }
...@@ -70,14 +70,14 @@ ...@@ -70,14 +70,14 @@
} }
.vectordraw_block .menu .vector-properties { .vectordraw_block .menu .vector-properties {
border-top: 2px solid rgb(31, 98, 141); border-top: 2px solid #1f628d;
border-left: 2px solid rgb(31, 98, 141); border-left: 2px solid #1f628d;
border-right: 2px solid rgb(31, 98, 141); border-right: 2px solid #1f628d;
border-bottom: 0px none; border-bottom: 0px none;
padding: 10px; padding: 10px;
font-size: 16px; font-size: 16px;
line-height: 1.25; line-height: 1.25;
background-color: rgba(239, 239, 239, 0.5); background-color: #f7f7f7;
} }
.vectordraw_block .menu .vector-properties h3 { .vectordraw_block .menu .vector-properties h3 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment