Bug #215901 --> formatting toolbar gets disabled in mail compose when selecting any drop down list. Port a missing style rule

over from classic\global.css

r=ben
This commit is contained in:
scott%scott-macgregor.org 2003-08-14 23:55:53 +00:00
Родитель 74a903bcdb
Коммит 2d1c5f112c
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -156,3 +156,9 @@ sidebarheader {
sidebarheader > label {
padding-left: 4px;
}
/* ::::: miscellaneous ::::: */
.toolbar-focustarget {
-moz-user-focus: ignore !important;
}