aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/colours.css5
-rw-r--r--phpBB/styles/prosilver/theme/common.css8
2 files changed, 6 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index a71d6ee557..bf4c7ba22a 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -1060,7 +1060,6 @@ input.disabled {
#notification_list > .header, .notification_list > .footer {
border-color: #B9B9B9;
- border-bottom-color: #B9B9B9;
color: #000000;
}
@@ -1074,8 +1073,8 @@ input.disabled {
background: linear-gradient(to bottom, #F1F8FF 0%, #CADCEB 100%);
}
-.notification_list .pointer {
- border-bottom-color: #ADADAD;
+.notification_list .pointer {
+ border-bottom-color: #B9B9B9;
}
.notification_list .pointer_inner {
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 0f44b5f861..7f9431770a 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -742,9 +742,9 @@ p.rules a {
}
.notification_list .pointer, .notification_list .pointer_inner {
- position: absolute;
- width: 0;
- height: 0;
+ position: absolute;
+ width: 0;
+ height: 0;
border-top-width: 0;
border-bottom: 10px solid;
border-left: 10px dashed transparent;
@@ -753,7 +753,7 @@ p.rules a {
background: transparent;
}
-.notification_list .pointer {
+.notification_list .pointer {
right: auto;
left: 10px;
top: -11px;