[AppDB] Add missing background colors for ratings hints

Rosanne DiMesio dimesio at earthlink.net
Wed Aug 16 14:28:05 CDT 2017


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

Signed-off-by: Rosanne DiMesio <dimesio at earthlink.net>
---
 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; }
-- 
2.12.3




More information about the wine-patches mailing list