From 73a96b7e7c5c9c3ab6d14bc9b8c96b50fb317bbf Mon Sep 17 00:00:00 2001 From: chris <kokosias@yahoo.gr> Date: Thu, 16 Feb 2017 16:48:31 +0200 Subject: [PATCH] focus working/ overlay working/ toolbar --- app/components/SimpleEditor/SimpleEditor.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/components/SimpleEditor/SimpleEditor.scss b/app/components/SimpleEditor/SimpleEditor.scss index 07b4ec5..c5f72b9 100644 --- a/app/components/SimpleEditor/SimpleEditor.scss +++ b/app/components/SimpleEditor/SimpleEditor.scss @@ -64,6 +64,7 @@ $active-blue: #4a90e2; position: absolute; right: 0; top: 0; + .se-toolbar-wrapper .sc-toolbar { background-color: $primary; border: 1px solid $border; @@ -73,6 +74,7 @@ $active-blue: #4a90e2; padding-left: 0; vertical-align: middle; width: 100%; + @-moz-document url-prefix() { .sc-tool-group > .sc-switch-text-type { margin: 0; @@ -118,7 +120,6 @@ $active-blue: #4a90e2; } // end dropdown .sm-target-track-change-enable { - button { background-color: $inactive-grey; border-radius: 0; @@ -160,11 +161,13 @@ $active-blue: #4a90e2; button::after { content: 'Changes View Off'; } + .track-changes-view-active { background-color: #228b46; color: $white; padding: 0 19px } + .track-changes-view-active::after { content: 'Changes View On'; } -- GitLab