mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 243078 - Native Theme Rendering for Windows XP Menus, toolbars patch by silver@warwickcompsoc.co.uk r=dougt sr=neil
This commit is contained in:
parent
b5d201fd11
commit
3227c35d5c
@ -55,6 +55,11 @@
|
||||
min-height: 26px;
|
||||
}
|
||||
|
||||
#navigator-toolbox {
|
||||
border-bottom-width: 1px;
|
||||
-moz-border-bottom-colors: ThreeDShadow;
|
||||
}
|
||||
|
||||
/* ..... fix searchbar "add engine" padding issue ..... */
|
||||
|
||||
#searchbar .searchbar-dropmarker menuseparator + menuitem {
|
||||
@ -106,6 +111,8 @@ toolbarbutton.bookmark-item[open="true"] {
|
||||
.bookmarks-toolbar-customize {
|
||||
display: none;
|
||||
max-width: 15em !important;
|
||||
border: none !important;
|
||||
-moz-appearance: none !important;
|
||||
}
|
||||
|
||||
toolbarpaletteitem[place="toolbar"] .bookmarks-toolbar-customize {
|
||||
@ -136,12 +143,12 @@ menuitem.bookmark-item {
|
||||
|
||||
/* ..... fix bookmarks padding issue ..... */
|
||||
|
||||
#menu_BookmarksPopup menuitem {
|
||||
-moz-padding-start: 4px;
|
||||
#menu_BookmarksPopup menuitem, .openintabs-menuitem {
|
||||
-moz-padding-start: 3px;
|
||||
}
|
||||
|
||||
#menu_BookmarksPopup menuitem.menuitem-iconic {
|
||||
-moz-padding-start: 0px;
|
||||
-moz-padding-start: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user