bugzilla 89144 - Need keyboard access to "Tabs" menu in sidebar - r=aaronl,sgehani, sr=sspitzer,hewitt

git-svn-id: svn://10.0.0.236/trunk@234999 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
andreww%netscape.com
2007-09-06 22:02:04 +00:00
parent dcd00fe5fb
commit c051363506
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,8 @@
#sidebar-panel-picker {
color: inherit;
/** bugzilla 89144 - must be able to access tabs dropdown **/
-moz-user-focus:normal !important;
}
#sidebar-panel-picker > .toolbarbutton-dropmarker {

View File

@@ -65,6 +65,8 @@
margin-right: 1px;
margin-top: 1px;
padding: 2px;
/** bugzilla 89144 - must be able to access tabs dropdown **/
-moz-user-focus:normal !important;
}
#sidebar-panel-picker:hover {
@@ -90,6 +92,8 @@
list-style-image: url("chrome://global/skin/icons/closebox.gif");
}
/* ::::: loading info ::::: */
.text-panel-loading {