Bug 534163 - Reset cursor on popups. r=dao
This commit is contained in:
Родитель
aa067c2f0e
Коммит
a7da50c940
|
@ -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"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче