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

Commit

Permalink
UI refinements to nav buttons, prefs nav, and prefs titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleyrichter authored and bbondy committed Oct 6, 2016
1 parent ee127eb commit 440af24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ body {
}

.sectionTitle {
color: @braveOrange;
color: @darkGray;
cursor: default;
font-size: 1.2em;
margin-bottom: 0.7em;
Expand Down Expand Up @@ -137,7 +137,7 @@ body {
}

.prefAside {
background: linear-gradient(#A7AAA9, #83858A);
background: linear-gradient(@gray, @mediumGray);
box-shadow: @insetShadow;
position: fixed;
z-index: 600;
Expand Down
2 changes: 1 addition & 1 deletion less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@

.back,
.forward {
font-size: 25px;
font-size: 28px;
text-align: center;
}
}
Expand Down
2 changes: 1 addition & 1 deletion less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
@bookmarksFolderIconSize: 15px;

@navbarButtonSpacing: 4px;
@navbarButtonWidth: 21px;
@navbarButtonWidth: 30px;
@navbarBraveButtonWidth: 23px;
@navbarBraveButtonMarginLeft: 80px;
@navbarLeftMarginDarwin: 76px;
Expand Down

0 comments on commit 440af24

Please sign in to comment.