diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-02-14 15:14:37 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-02-14 15:18:30 +0100 |
commit | 4b200a04294e445af6083924c9796d6467a41187 (patch) | |
tree | 50e41ebd515442113af6a2c83c002b679dad82f1 /gtk/gtk-win32.css | |
parent | 713c532940849600fb2c3ead803462799560cad8 (diff) | |
download | gtk+-4b200a04294e445af6083924c9796d6467a41187.tar.gz |
Set a bg on GtkViewport to ensure we get fast scrolling
Otherwise it will use the default alpha transparency and
not scroll efficiently.
Diffstat (limited to 'gtk/gtk-win32.css')
-rw-r--r-- | gtk/gtk-win32.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtk-win32.css b/gtk/gtk-win32.css index c27fd237d2..f0349a0410 100644 --- a/gtk/gtk-win32.css +++ b/gtk/gtk-win32.css @@ -12,7 +12,8 @@ @define-color error_fg_color rgb (166, 38, 38); @define-color error_bg_color rgb (237, 54, 54); -GtkWindow { +GtkWindow, +GtkViewport { background-color: @bg_color; } |