Bug 477309 Support and use toolbarbutton class="tabbable" r=IanN

This commit is contained in:
Neil Rashbrook 2009-02-09 10:56:46 +00:00
Родитель a289bdbe45
Коммит 9f3f1871f2
5 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -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;