[jboss-cvs] jboss-seam/seam-gen/view/stylesheet ...
Gavin King
gavin.king at jboss.com
Sat Dec 16 06:37:52 EST 2006
User: gavin
Date: 06/12/16 06:37:52
Modified: seam-gen/view/stylesheet theme.css
Log:
list screen ordering
Revision Changes Path
1.7 +11 -0 jboss-seam/seam-gen/view/stylesheet/theme.css
(In the diff below, changes in quantity of whitespace are not shown.)
Index: theme.css
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/view/stylesheet/theme.css,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- theme.css 10 Dec 2006 15:42:03 -0000 1.6
+++ theme.css 16 Dec 2006 11:37:52 -0000 1.7
@@ -109,6 +109,17 @@
width: auto;
}
+.columnHeader:link, .columnHeader:visited, .columnHeader:active
+{
+ color: white;
+ text-decoration: none;
+}
+
+.columnHeader:hover
+{
+ color: #FF6600;
+}
+
.message {
border: 1px solid #FFCC00;
padding: 5px;
More information about the jboss-cvs-commits
mailing list