Bug 534163 - Reset cursor on popups. r=dao

This commit is contained in:
Markus Stange 2009-12-30 16:23:59 +01:00
Родитель aa067c2f0e
Коммит a7da50c940
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -73,6 +73,7 @@ tooltip {
max-width: 40em;
color: InfoText;
font: message-box;
cursor: default;
}
tooltip[titletip="true"] {

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

@ -78,6 +78,10 @@ html|*.textbox-textarea {
font: inherit;
}
.textbox-contextmenu {
cursor: default;
}
/* ..... focused state ..... */
textbox[focused="true"] {