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/buttons.css16
-rw-r--r--phpBB/styles/prosilver/theme/colours.css4
2 files changed, 20 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css
index c3210887b6..c18ddb652c 100644
--- a/phpBB/styles/prosilver/theme/buttons.css
+++ b/phpBB/styles/prosilver/theme/buttons.css
@@ -97,6 +97,22 @@ a.sendemail {
padding: 1px 0 0 17px;
}
+#notification_list_button:before, #notification_list_button:after {
+ display: inline;
+ font: inherit;
+ text-decoration: none;
+}
+
+#notification_list_button:before {
+ content: '[';
+ padding-right: 4px;
+}
+
+#notification_list_button:after {
+ content: ']';
+ padding-left: 4px;
+}
+
/* Poster profile icons
----------------------------------------*/
ul.profile-icons {
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css
index baff88d6b7..8b717399d2 100644
--- a/phpBB/styles/prosilver/theme/colours.css
+++ b/phpBB/styles/prosilver/theme/colours.css
@@ -684,6 +684,10 @@ a.sendemail {
background-image: url("images/buttons.png");
}
+#notification_list_button:before, #notification_list_button:after {
+ color: #536482;
+}
+
/* Icon images
---------------------------------------- */
.sitehome { background-image: url("./images/icon_home.gif"); }