mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 585487 - [Pinstripe] Make findbar-textbox slightly transparent in lwthemes. r=dao, a=gavin.
This commit is contained in:
parent
864fe41a26
commit
981e9e386f
@ -141,6 +141,10 @@ label.findbar-find-fast:-moz-lwtheme,
|
||||
-moz-padding-start: 19px;
|
||||
}
|
||||
|
||||
.findbar-textbox:not([focused="true"]):-moz-lwtheme {
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.findbar-textbox[focused="true"] {
|
||||
-moz-box-shadow: @focusRingShadow@,
|
||||
0 1px 2px rgba(0, 0, 0, .8) inset;
|
||||
|
Loading…
Reference in New Issue
Block a user