зеркало из https://github.com/mozilla/pjs.git
Fixed selection of named anchor icon, b=68714, r=mjudge, sr=kin
This commit is contained in:
Родитель
c00215dc6e
Коммит
c77a226f22
|
@ -43,20 +43,13 @@ a[name] {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
a:link img, a:visited img, a:active {
|
||||
a:visited, a:active, a[name], a:link img, a:visited img {
|
||||
-moz-user-input: none;
|
||||
}
|
||||
|
||||
a:visited, a:activez {
|
||||
a:visited, a:active {
|
||||
cursor: text;
|
||||
color : inherit;
|
||||
-moz-user-input: none;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
-moz-user-select: all !important;
|
||||
-moz-user-input: none !important;
|
||||
-moz-user-focus: none !important;
|
||||
}
|
||||
|
||||
/* We suppress user/author's prefs for link underline,
|
||||
|
@ -67,6 +60,12 @@ a:link {
|
|||
color: blue;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
-moz-user-select: all !important;
|
||||
-moz-user-input: none !important;
|
||||
-moz-user-focus: none !important;
|
||||
}
|
||||
|
||||
input[type="hidden"] {
|
||||
border: 1px solid black !important;
|
||||
visibility: visible !important;
|
||||
|
|
|
@ -43,20 +43,13 @@ a[name] {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
a:link img, a:visited img, a:active {
|
||||
a:visited, a:active, a[name], a:link img, a:visited img {
|
||||
-moz-user-input: none;
|
||||
}
|
||||
|
||||
a:visited, a:activez {
|
||||
a:visited, a:active {
|
||||
cursor: text;
|
||||
color : inherit;
|
||||
-moz-user-input: none;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
-moz-user-select: all !important;
|
||||
-moz-user-input: none !important;
|
||||
-moz-user-focus: none !important;
|
||||
}
|
||||
|
||||
/* We suppress user/author's prefs for link underline,
|
||||
|
@ -67,6 +60,12 @@ a:link {
|
|||
color: blue;
|
||||
}
|
||||
|
||||
input, button, select, textarea {
|
||||
-moz-user-select: all !important;
|
||||
-moz-user-input: none !important;
|
||||
-moz-user-focus: none !important;
|
||||
}
|
||||
|
||||
input[type="hidden"] {
|
||||
border: 1px solid black !important;
|
||||
visibility: visible !important;
|
||||
|
|
Загрузка…
Ссылка в новой задаче