mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1097408 - Use opaque background color values to fix new tab button hover on linux;r=Gijs
This commit is contained in:
parent
1e34e2dcbd
commit
f559e01917
@ -90,9 +90,9 @@
|
||||
|
||||
--tab-color: #18191a;
|
||||
--tab-background-color: #E3E4E6;
|
||||
--tab-hover-background-color: rgba(170,170,170,.2);
|
||||
--tab-hover-background-color: #D7D8DA;
|
||||
--tab-color: #18191a;
|
||||
--tab-separator-color: rgba(170,170,170,.5);
|
||||
--tab-separator-color: #C6C6C7;
|
||||
--tab-selection-color: #f5f7fa;
|
||||
--tab-selection-background-color: #4c9ed9;
|
||||
--tab-selection-box-shadow: 0 2px 0 #d7f1ff inset,
|
||||
|
Loading…
Reference in New Issue
Block a user