diff options
author | John Stebbins <[email protected]> | 2016-06-29 16:34:17 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2016-06-29 16:34:17 -0700 |
commit | 4ca82bd12e6046fcd58fc4733f2639cbe6f905ee (patch) | |
tree | 98a0a2d3f9a620e69b9c0e0bc34e86c7871eee2c /gtk/src/main.c | |
parent | 5d60036784508fb434e96064ef0a432bd4bd1dac (diff) |
LinGui: fix preview hud colors with gtk 3.20
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index bd276c454..6e12ed344 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -773,7 +773,7 @@ GtkEntry { \n\ #preview_frame \n\ { \n\ background: @black; \n\ - background-color: @gray46; \n\ + background-color: alpha(@gray18, 0.0); \n\ color: @white; \n\ } \n\ \n\ |