summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-23 21:18:41 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-23 21:18:41 +0000
commit3cfa2ebb05e131be3a85d9af7a14ed9466b291cb (patch)
tree379f11e4f1254a8934a08ae90cd1e0822527654b /theme/identica
parent9505ef5bb39875f6090c8ed572391cff415531fd (diff)
Updated default colour theme and IE6 colours for transparent values
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/ie.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/identica/css/ie.css b/theme/identica/css/ie.css
index 69db16aad..97cabc30a 100644
--- a/theme/identica/css/ie.css
+++ b/theme/identica/css/ie.css
@@ -1,14 +1,14 @@
/* IE specific styles */
.notice-options input.submit {
-color:#fff;
+color:#FFFFFF;
}
#site_nav_local_views a {
-background-color:#D0DFE7;
+background-color:#D9DADB;
}
#form_notice .form_note + label {
background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
}
#form_notice #notice_data-attach {
filter: alpha(opacity=0);
-} \ No newline at end of file
+}