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