appdb/. application.css apidb.css

WineHQ wineowner at wine.codeweavers.com
Tue Jul 10 23:45:12 CDT 2007


ChangeSet ID:	31248
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	wineowner at winehq.org	2007/07/10 23:45:12

Modified files:
	.              : application.css apidb.css 

Log message:
	Chris Morgan <cmorgan at alum.wpi.edu>
	Make the background color for platinum a little bit darker for people with bright displays.
	Switch to using the name for 'gold' instead of a hex rgb color value.

Patch: http://cvs.winehq.org/patch.py?id=31248

Old revision  New revision  Changes     Path
 1.9           1.10          +4 -4       appdb/application.css
 1.20          1.21          +3 -3       appdb/apidb.css

Index: appdb/application.css
diff -u -p appdb/application.css:1.9 appdb/application.css:1.10
--- appdb/application.css:1.9	11 Jul 2007  4:45:12 -0000
+++ appdb/application.css	11 Jul 2007  4:45:12 -0000
@@ -43,14 +43,14 @@ table.historyTable { border: 1px;
                      font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
                      font-size: 12px; }
 
-td.platinum         { background-color: #EFEFEF; }
-td.gold             { background-color: #fff600; }
+td.platinum         { background-color: #ECECEC; }
+td.gold             { background-color: gold;    }
 td.silver           { background-color: silver;  }
 td.bronze           { background-color: #fcba0a; }
 td.garbage          { background-color: #999966; }
 
-td.platinum         { background-color: #EFEFEF; }
-tr.gold             { background-color: #fff600; }
+td.platinum         { background-color: #ECECEC; }
+tr.gold             { background-color: gold;    }
 tr.silver           { background-color: silver;  }
 tr.bronze           { background-color: #fcba0a; }
 tr.garbage          { background-color: #999966; }
Index: appdb/apidb.css
diff -u -p appdb/apidb.css:1.20 appdb/apidb.css:1.21
--- appdb/apidb.css:1.20	11 Jul 2007  4:45:12 -0000
+++ appdb/apidb.css	11 Jul 2007  4:45:12 -0000
@@ -133,9 +133,9 @@ p.indent            { padding-left: 1em;
 .committed          { font-style: italic; color: gray; }
 
 /* App Support status */
-.platinum           { background-color: #EFEFEF; }
-.gold               { background-color: #fff600; }
-.silver             { background-color: silver; }
+.platinum           { background-color: #ECECEC; }
+.gold               { background-color: gold;    }
+.silver             { background-color: silver;  }
 .bronze             { background-color: #fcba0a; }
 .Garbage            { background-color: #999966; }
 



More information about the wine-cvs mailing list