Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

svg buttons alignment on tabsbar #5468

Merged
merged 1 commit into from
Nov 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,19 @@ span.buttonSeparator {
}

span.menuButton {
background: url('../img/toolbar/menu_btn.svg') center no-repeat;
background-color: @buttonColor;
display: inline-block;
width: 20px;
height: 12px;
margin: 6px 4px 0 0;
margin: 8px 4px 0 0;
cursor: default;
-webkit-mask-image: url('../img/toolbar/menu_btn.svg');
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;

&:hover {
background-color: black;
}
}

a.browserButton,
Expand Down