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

Increase urlbar fontsize #8400

Merged
merged 2 commits into from
Apr 20, 2017
Merged
Changes from 1 commit
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
13 changes: 9 additions & 4 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
.urlbarForm {
input {
font-weight: 500;
line-height: 1.5;
margin: 0; // #5624
top: 0; // #5624
}
Expand Down Expand Up @@ -848,10 +849,11 @@
background: @navigationBarBackgroundActive;
border: none;
box-sizing: border-box;
color: @chromeText;
color: #333;
letter-spacing: -0.125px;
cursor: text;
flex-grow: 1;
font-size: @defaultFontSize;
font-size: 13.5px;
font-weight: normal;
outline: none;
text-overflow: ellipsis;
Expand Down Expand Up @@ -884,20 +886,23 @@

.urlbarIcon {
color: @siteSecureColor;
font-size: 13px;
font-size: 12px;
background-repeat: no-repeat;
background-position: center;
position: relative;
bottom: -1px;

// about:newtab
&.fa-search {
position: relative;
bottom: 1px;
bottom: 0;
}

&.fa-lock,
&.fa-unlock,
&.fa-exclamation-triangle {
font-size: 16px;
bottom: 0;
}

&.insecure-color {
Expand Down