Rosanne DiMesio : Add missing background colors for ratings hints
Module: appdb Branch: master Commit: dfd849512a5be238f67c0178488da1396f3a6575 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=dfd849512a5be238f67c01784... Author: Rosanne DiMesio <dimesio(a)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(a)earthlink.net> Signed-off-by: Jeremy Newman <jnewman(a)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; }
participants (1)
-
Jeremy Newman