mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 04:41:54 +00:00
Bug 995300 - When the location bar grows vertically due to an increased font size, the forward button should grow as well to match the location bar. r=mdeboer
This commit is contained in:
parent
72d20d589f
commit
3b89b630d0
@ -740,6 +740,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#forward-button {
|
#forward-button {
|
||||||
|
-moz-box-align: stretch; /* let the button shape grow vertically with the location bar */
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -878,7 +879,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
border: 1px solid ThreeDShadow;
|
border: 1px solid ThreeDShadow;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin: 1px 3px;
|
margin: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#urlbar[focused],
|
#urlbar[focused],
|
||||||
|
@ -877,6 +877,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
|||||||
/* unified back/forward button */
|
/* unified back/forward button */
|
||||||
|
|
||||||
#forward-button {
|
#forward-button {
|
||||||
|
-moz-box-align: stretch; /* let the button shape grow vertically with the location bar */
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1116,7 +1117,7 @@ toolbarbutton[sdk-button="true"][cui-areatype="toolbar"] > .toolbarbutton-icon {
|
|||||||
#urlbar,
|
#urlbar,
|
||||||
.searchbar-textbox {
|
.searchbar-textbox {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
margin: 1px 3px;
|
margin: 0 3px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: 1px solid ThreeDShadow;
|
border: 1px solid ThreeDShadow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user