urlbar.css: don't increase font size on focus
This looks weird and there isn't much difference between 9pt and 10pt.
This commit is contained in:
parent
df3cb1b051
commit
5126c08b2e
1 changed files with 1 additions and 4 deletions
|
@ -28,13 +28,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
/* urlbar not focused: smaller font */
|
||||
/* Smaller font: show more of the URL */
|
||||
#urlbar-input {
|
||||
font-size: 9pt !important;
|
||||
}
|
||||
#urlbar[open] #urlbar-input {
|
||||
font-size: 10pt !important;
|
||||
}
|
||||
|
||||
/* Focused urlbar: hide all icons around it, so we have more space to edit the URL */
|
||||
#urlbar[focused] #identity-box,
|
||||
|
|
Loading…
Reference in a new issue