Rosanne DiMesio : Add missing background colors for ratings hints

Jeremy Newman jnewman at winehq.org
Wed Aug 16 14:56:34 CDT 2017


Module: appdb
Branch: master
Commit: dfd849512a5be238f67c0178488da1396f3a6575
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=dfd849512a5be238f67c0178488da1396f3a6575

Author: Rosanne DiMesio <dimesio at earthlink.net>
Date:   Wed Aug 16 14:28:05 2017 -0500

Add missing background colors for ratings hints

Adds background colors for platinum, bronze, and garbage ratings.

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
Signed-off-by: Jeremy Newman <jnewman at codeweavers.com>

---

 css/styles.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/css/styles.css b/css/styles.css
index adfd3b4..aa4157c 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -483,8 +483,11 @@ hr
 .committed          { font-style: italic; color: gray; }
 
 /* App Support status */
+.platinum           { background-color: whitesmoke; }
 .gold               { background-color: wheat; }
 .silver             { background-color: silver; }
+.bronze             { background-color: goldenrod; }
+.garbage            { background-color: darkkhaki; }
 
 /* Rating Number */
 .rating { font-family: Helvetica, Arial; font-size: 6pt; color: #333333; }




More information about the wine-cvs mailing list