зеркало из https://github.com/mozilla/pjs.git
Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9]
This commit is contained in:
Родитель
e4ad84799f
Коммит
ee60111095
|
@ -1213,6 +1213,13 @@ toolbarpaletteitem:not([place="toolbar"]) .search-go-button {
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
/* the default settings for the throbber hbox is too tall for vista menus */
|
||||
#navigator-throbber > hbox {
|
||||
border-top: 0px;
|
||||
border-bottom: 0px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
toolbar[iconsize="small"] #navigator-throbber,
|
||||
toolbar[mode="text"] #navigator-throbber {
|
||||
list-style-image: url("chrome://browser/skin/Throbber-small.png");
|
||||
|
|
Загрузка…
Ссылка в новой задаче