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:
sdwilsh%shawnwilsher.com 2007-11-07 05:13:03 +00:00
Родитель e4ad84799f
Коммит ee60111095
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -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");