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:
gavin%gavinsharp.com 2006-02-20 18:59:06 +00:00
Родитель a83eba463b
Коммит f4f6924f72
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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 {