Skip to content
Snippets Groups Projects
Commit 73a96b7e authored by chris's avatar chris Committed by Yannis Barlas
Browse files

focus working/ overlay working/ toolbar

parent 61bd50d1
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ $active-blue: #4a90e2; ...@@ -64,6 +64,7 @@ $active-blue: #4a90e2;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
.se-toolbar-wrapper .sc-toolbar { .se-toolbar-wrapper .sc-toolbar {
background-color: $primary; background-color: $primary;
border: 1px solid $border; border: 1px solid $border;
...@@ -73,6 +74,7 @@ $active-blue: #4a90e2; ...@@ -73,6 +74,7 @@ $active-blue: #4a90e2;
padding-left: 0; padding-left: 0;
vertical-align: middle; vertical-align: middle;
width: 100%; width: 100%;
@-moz-document url-prefix() { @-moz-document url-prefix() {
.sc-tool-group > .sc-switch-text-type { .sc-tool-group > .sc-switch-text-type {
margin: 0; margin: 0;
...@@ -118,7 +120,6 @@ $active-blue: #4a90e2; ...@@ -118,7 +120,6 @@ $active-blue: #4a90e2;
} // end dropdown } // end dropdown
.sm-target-track-change-enable { .sm-target-track-change-enable {
button { button {
background-color: $inactive-grey; background-color: $inactive-grey;
border-radius: 0; border-radius: 0;
...@@ -160,11 +161,13 @@ $active-blue: #4a90e2; ...@@ -160,11 +161,13 @@ $active-blue: #4a90e2;
button::after { button::after {
content: 'Changes View Off'; content: 'Changes View Off';
} }
.track-changes-view-active { .track-changes-view-active {
background-color: #228b46; background-color: #228b46;
color: $white; color: $white;
padding: 0 19px padding: 0 19px
} }
.track-changes-view-active::after { .track-changes-view-active::after {
content: 'Changes View On'; content: 'Changes View On';
} }
......
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