Skip to content
This repository has been archived by the owner. 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 file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Increase urlbar fontsize

- Auditors: @bradleyrichter
- Close #7848
  • Loading branch information
cezaraugusto committed Apr 19, 2017
commit cc8073f4fb13801e763e2d8c2d3bbbf0167a2c68
@@ -40,6 +40,7 @@
.urlbarForm {
input {
font-weight: 500;
line-height: 1.5;
margin: 0; // #5624
top: 0; // #5624
}
@@ -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;
@@ -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 {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.