Update of /cvsroot/php-blog/serendipity/templates/idea
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20399/templates/idea
Modified Files:
style.css
Log Message:
Remove nasty hardcoded font colors, which look ugly in darker themes.
Index: style.css
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/idea/style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- style.css 19 Jul 2004 04:02:18 -0000 1.1
+++ style.css 19 Jul 2004 08:50:56 -0000 1.2
@@ -39,9 +39,9 @@
}
input:focus, input:hover,
-button:focus, button:hover,
-submit:focus, submit:hover,
-select:focus, select:hover,
+button:focus, button:hover,
+submit:focus, submit:hover,
+select:focus, select:hover,
textarea:focus, textarea:hover {
background-color: #eee;
}
@@ -340,4 +340,12 @@
margin-left: auto;
margin-right: auto;
text-align: center;
+}
+
+.serendipity_msg_important {
+ color: red;
+}
+
+.serendipity_msg_notice {
+ color: green;
}
\ No newline at end of file
|