Confirmed users
657
edits
(→Changes as userChrome: Bug 426000 - Splitters for the bookmarks and history sidebars should be 1 pixel wide on Vista) |
(→Changes as userChrome: Bug 420414 - on Vista, a menubutton which has focus and selection should not have a blue background) |
||
| Line 8: | Line 8: | ||
<code><pre> | <code><pre> | ||
/*Toolkit*/ | |||
/*Bug 420414 - on Vista, a menubutton which has focus and selection should not have a blue background*/ | |||
/*File: winstripe/global/menulist.css */ | |||
menulist:focus > .menulist-label-box { | |||
border: 1px dotted ThreeDDarkShadow !important; | |||
background-color: transparent !important; | |||
color: inherit !important; | |||
} | |||
/*Main Window*/ | /*Main Window*/ | ||