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;
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';
}
......
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