зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892499 - Use background-color instead of box-shadow to prevent drawing glitches. r=dao
This commit is contained in:
Родитель
a4528c0dc2
Коммит
af3f83a4d2
|
@ -66,12 +66,12 @@ findbar[position="top"][hidden] {
|
|||
}
|
||||
|
||||
.findbar-textbox[status="notfound"] {
|
||||
box-shadow: 0 0 0 1em #f66 inset;
|
||||
background-color: #f66;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.findbar-textbox[flash="true"] {
|
||||
box-shadow: 0 0 0 1em yellow inset;
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
|
@ -73,12 +73,12 @@ findbar[position="top"][hidden] {
|
|||
}
|
||||
|
||||
.findbar-textbox[status="notfound"] {
|
||||
box-shadow: 0 0 0 1em #f66 inset;
|
||||
background-color: #f66;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.findbar-textbox[flash="true"] {
|
||||
box-shadow: 0 0 0 1em yellow inset;
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче