Skip to content

Commit

Permalink
#184 blue heart
Browse files Browse the repository at this point in the history
  • Loading branch information
mortendk committed Oct 27, 2017
1 parent fcd87d8 commit ce9e706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions elevenfeat/templates/settingstray/offcanvas_container.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
display: none;
}

.ui-widget.ui-widget-content.ui-dialog-off-canvas {
border-left: 1px solid var(--concrete);
}
/* -----------------------------------------------------------------------------
ui dialog Titlebar
------------------------------------------------------------------------------*/
Expand Down
5 changes: 3 additions & 2 deletions elevenfeat/templates/toolbar/toolbar.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ body.is-edit-ui-toolbar-opened #toolbar-bar .toolbar-bar,
mask-image: url(icons/tachometer.svg);
}
/* tab: shortcuts */
#toolbar-bar .toolbar-tab .toolbar-icon-shortcut:before {
background-color: var(--strawberry);
#toolbar-bar .toolbar-tab .toolbar-icon-shortcut:before,
#toolbar-bar .toolbar-tab .toolbar-icon-shortcut:hover:before {
background-color: var(--bluesky-light);

-webkit-mask-image: url(icons/heart.svg);
mask-image: url(icons/heart.svg);
Expand Down

0 comments on commit ce9e706

Please sign in to comment.