# HG changeset patch # User duong tam kien # Date 1488386113 -3600 # Node ID 74b01659ee40d98cd9eaf12ddc691e094cc744ab # Parent a6db5e626850da512d8564d29369440aaffce389 coherent colors diff -r a6db5e626850 -r 74b01659ee40 src_js/iconolab-bundle/src/components/editor/Canvas.vue --- a/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Mar 01 17:18:53 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/Canvas.vue Wed Mar 01 17:35:13 2017 +0100 @@ -527,7 +527,8 @@ } .cut-canvas { width: 100%; - height: 600px; + height: 700px; + border: 1px solid #ddd; } .canvas--rect:hover { cursor: crosshair; diff -r a6db5e626850 -r 74b01659ee40 src_js/iconolab-bundle/src/components/editor/Comment.vue --- a/src_js/iconolab-bundle/src/components/editor/Comment.vue Wed Mar 01 17:18:53 2017 +0100 +++ b/src_js/iconolab-bundle/src/components/editor/Comment.vue Wed Mar 01 17:35:13 2017 +0100 @@ -69,12 +69,12 @@ .comment { font-size: 12px; padding: 10px 0; - border-bottom: 1px solid #ccc; + border-bottom: 1px solid #ddd; } .comment-thread { border-bottom-width: 0px; - border-left: 3px solid #ccc; + border-left: 3px solid #ddd; padding-left: 10px; margin-left: 10px; } diff -r a6db5e626850 -r 74b01659ee40 src_js/iconolab-bundle/src/iconolab.scss --- a/src_js/iconolab-bundle/src/iconolab.scss Wed Mar 01 17:18:53 2017 +0100 +++ b/src_js/iconolab-bundle/src/iconolab.scss Wed Mar 01 17:35:13 2017 +0100 @@ -54,7 +54,7 @@ padding: 0px; } -#zoomTarget, .cut-canvas { +#zoomTarget { border: 1px solid #C3C3C3; }