[Frontend] Style tweaks for edit mode

open #199
Added bg color in edit area when edit mode
is active;
This commit is contained in:
Charles Hacskaylo
2015-11-17 12:35:44 -08:00
parent 3ff275c853
commit ec4c5864dc
5 changed files with 49 additions and 44 deletions

View File

@@ -237,6 +237,7 @@
&.active {
@include pulseBorder($colorKey, 150ms, 8, 0.5s);
@include border-radius($controlCr);
background-color: $colorEditAreaBg;
border-color: $colorKey;
border-width: 2px;
border-style: dotted;