mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Bug 235277: make the go button look like other toolbar buttons, patch by miahz <miahzmiahz+bmo@gmail.com>, r=mconnor
This commit is contained in:
parent
f7a9c73cc9
commit
d3a392ba23
@ -711,7 +711,12 @@ statusbarpanel#statusbar-display {
|
||||
|
||||
/* ::::: go button ::::: */
|
||||
|
||||
#go-container {
|
||||
-moz-box-orient: vertical; /* for go button flex hack */
|
||||
}
|
||||
|
||||
#go-button {
|
||||
-moz-box-flex: 1; /* expand to fill toolbar height */
|
||||
list-style-image: url("chrome://browser/skin/Go.png");
|
||||
-moz-image-region: rect(0px 20px 20px 0px);
|
||||
padding-top: 2px;
|
||||
@ -736,8 +741,13 @@ statusbarpanel#statusbar-display {
|
||||
-moz-image-region: rect(0px 60px 20px 40px);
|
||||
}
|
||||
|
||||
#go-button > .toolbarbutton-icon {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#go-button > .toolbarbutton-text {
|
||||
display: -moz-box !important;
|
||||
margin: 0 2px 1px 2px !important;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
|
Loading…
Reference in New Issue
Block a user