mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 892499 - Use background-color instead of box-shadow to prevent drawing glitches. r=dao
This commit is contained in:
parent
72ce02ec65
commit
cdb18a9fe2
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user