diff options
author | Alexander Mikhaylenko <alexm@gnome.org> | 2020-05-11 18:11:48 +0500 |
---|---|---|
committer | Alexander Mikhaylenko <alexm@gnome.org> | 2020-05-11 18:12:18 +0500 |
commit | 4277eeee1b1e0162747c4315544f567e83e27128 (patch) | |
tree | 7a6a1a3ce0c6e9932904a763124cb24d8dafa30c /tests/testgtk.css | |
parent | 99704248b79602fea692488d4222a806a85ef603 (diff) | |
download | gtk+-4277eeee1b1e0162747c4315544f567e83e27128.tar.gz |
tests: Fix testgtk
An assorted collection of fixes.
Diffstat (limited to 'tests/testgtk.css')
-rw-r--r-- | tests/testgtk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgtk.css b/tests/testgtk.css index 4bd3f366b9..fc892f98b9 100644 --- a/tests/testgtk.css +++ b/tests/testgtk.css @@ -11,11 +11,11 @@ label:selected { } label:hover { - background-color: mix (#a0a0a0, rgb (75%, 200, 0%), 0.9); + background-color: mix(#a0a0a0, rgb(75%, 78%, 0%), 0.9); } /* override testgtk2, introduce the green color in the button list */ #main_window scrolledwindow button:hover { - background-color: rgb (0%, 75%, 0); + background-color: rgb(0%, 75%, 0%); } |