aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/colours.css9
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
2 files changed, 10 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index 875e61020b..a022c361c3 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -235,6 +235,15 @@ p.post-notice.reported:before, p.post-notice.error:before {
background-image: url("./images/icon_topic_reported.gif");
}
+.notification_list p.notification-time {
+ color: #4C5D77;
+}
+
+.notification_list .reported p.notifications_title strong,
+.notification_list .reported p.notification-title strong {
+ color: #D31141;
+}
+
/*
--------------------------------------------------------------
Colours and backgrounds for links.css
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 50e89928d0..75ae7ae59d 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -1199,7 +1199,7 @@ form > p.post-notice strong {
white-space: nowrap;
}
-.notification_list ul li p.notification-time {
+.notification_list p.notification-time {
font-size: 0.9em;
margin: 0;
text-align: right;