summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-03 10:54:59 +0100
committerAndrew Dolgov <[email protected]>2006-10-03 10:54:59 +0100
commitc93d8e07fe729dda80adbe38bd06ff1247c9ffd8 (patch)
tree8b7436039a0847196c5aa8d02ca9a298d89fee36 /themes
parent807f452a54d4836ad33e25590ab2b2290bad0761 (diff)
notice/warning style updates
Diffstat (limited to 'themes')
-rw-r--r--themes/graycube/theme.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/graycube/theme.css b/themes/graycube/theme.css
index 871cd1fb8..71bacfa96 100644
--- a/themes/graycube/theme.css
+++ b/themes/graycube/theme.css
@@ -54,6 +54,12 @@ div.notice {
border : 1px solid #999999;
}
+div.warning {
+ background : #ffcccc;
+ border : 1px solid #ff0000;
+}
+
+
ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
border : 1px solid #999999;
}