Bug 477309 Support and use toolbarbutton class="tabbable" r=IanN
This commit is contained in:
Родитель
a289bdbe45
Коммит
9f3f1871f2
|
@ -72,7 +72,7 @@
|
|||
<textbox id="search-box" flex="1" type="search"
|
||||
emptytext="&search.emptytext;" clickSelectsAll="true"
|
||||
oncommand="searchHistory(this.value);"/>
|
||||
<toolbarbutton id="viewButton" type="menu" style="-moz-user-focus: normal;"
|
||||
<toolbarbutton id="viewButton" type="menu" class="tabbable"
|
||||
label="&view.label;">
|
||||
<menupopup id="viewPopup"/>
|
||||
</toolbarbutton>
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
collapse="after" onmouseup="PersistHeight();"
|
||||
tooltipopen="&sidebar.open.tooltip;"
|
||||
tooltipclose="&sidebar.close.tooltip;">
|
||||
<toolbarbutton type="menu" id="sidebar-panel-picker" menubuttontype="sidebar-panels"
|
||||
<toolbarbutton type="menu" id="sidebar-panel-picker" class="tabbable"
|
||||
onpopupshowing="SidebarBuildPickerPopup();"
|
||||
label="&sidebar.picker.label;" >
|
||||
<menupopup id="sidebar-panel-picker-popup"
|
||||
|
|
|
@ -63,8 +63,6 @@
|
|||
|
||||
#sidebar-panel-picker {
|
||||
color: inherit;
|
||||
/** bugzilla 89144 - must be able to access tabs dropdown **/
|
||||
-moz-user-focus:normal !important;
|
||||
}
|
||||
|
||||
#sidebar-panel-picker > .toolbarbutton-dropmarker {
|
||||
|
|
|
@ -67,8 +67,6 @@
|
|||
-moz-margin-end: 1px;
|
||||
margin-top: 1px;
|
||||
padding: 2px;
|
||||
/** bugzilla 89144 - must be able to access tabs dropdown **/
|
||||
-moz-user-focus:normal !important;
|
||||
}
|
||||
|
||||
#sidebar-panel-picker:hover {
|
||||
|
|
|
@ -61,6 +61,11 @@ toolbarbutton {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.tabbable {
|
||||
-moz-user-focus: normal !important;
|
||||
}
|
||||
|
||||
toolbarbutton:focus,
|
||||
toolbarbutton:hover {
|
||||
border-top-color: #EEF0F3;
|
||||
border-right-color: #86929E;
|
||||
|
|
Загрузка…
Ссылка в новой задаче