Module: appdb Branch: master Commit: e9aa2b9c3e4b19d592c87cf8035d2b12d06d3326 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=e9aa2b9c3e4b19d592c87cf80...
Author: Andrey Gusev andrey.goosev@gmail.com Date: Sun Aug 20 12:56:34 2017 +0300
Change background and title colors for Top-10 Platinum List.
Signed-off-by: Jeremy Newman jnewman@codeweavers.com
---
css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/css/styles.css b/css/styles.css index aa4157c..dcde735 100644 --- a/css/styles.css +++ b/css/styles.css @@ -588,8 +588,7 @@ div.topx_style { border: 2px solid #999999; border-radius: 5px; } -div.topx_style.platinum { background-color: #333333; } -div.topx_style.platinum div.rating_header { color: #ffffff; } +div.topx_style.platinum { background-color: #E5E4E2; } div.topx_style.gold { background-color: #FFF600; } div.topx_style.silver { background-color: #C0C0C0; } div.rating_header { padding: 8px; }