зеркало из https://github.com/mozilla/pjs.git
bugzilla 89144 - Need keyboard access to "Tabs" menu in sidebar - r=aaronl,sgehani, sr=sspitzer,hewitt
This commit is contained in:
Родитель
65e62f710c
Коммит
79185266cb
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче