зеркало из https://github.com/mozilla/pjs.git
Bug 463212 - menupopups shouldn't inherit text-shadow. r=enndeakin (trivial CSS-only patch)
This commit is contained in:
Родитель
1115b688e8
Коммит
e1dd55f1f5
|
@ -338,7 +338,8 @@ menupopup,
|
||||||
panel,
|
panel,
|
||||||
tooltip {
|
tooltip {
|
||||||
display: -moz-popup;
|
display: -moz-popup;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
tooltip {
|
tooltip {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче