Bug 534163 - Reset cursor on popups. r=dao

This commit is contained in:
Markus Stange 2009-12-30 16:23:59 +01:00
parent 3d6e58ba1a
commit bd7b6cc8e8
2 changed files with 5 additions and 0 deletions

View File

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

View File

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