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

Commit

Permalink
Merge pull request #2160 from luixxiul/urlbarIcon
Browse files Browse the repository at this point in the history
Gray fa-unlock-alt in http mode
  • Loading branch information
diracdeltas authored Jun 13, 2016
2 parents 7b51c2e + 4ea720a commit e81b95f
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -340,20 +340,6 @@
opacity: 1;
}

.urlbarIcon.fa-unlock-alt {
margin-top: 4px;
font-size: 16px;
min-height: 10px;
min-width: 16px;
}

.urlbarIcon.fa-lock {
margin-top: 4px;
font-size: 16px;
min-height: 10px;
min-width: 16px;
}

.urlbarIcon {
color: @focusUrlbarOutline;
left: 14px;
Expand All @@ -362,6 +348,18 @@
min-height: 10px;
min-width: 16px;

&.fa-lock,
&.fa-unlock-alt {
margin-top: 4px;
font-size: 16px;
min-height: 10px;
min-width: 16px;
}

&.fa-unlock-alt {
color: @gray;
}

&.extendedValidation {
color: green;
}
Expand Down

0 comments on commit e81b95f

Please sign in to comment.