From 9954657712a327712af922609482a0975d8406ba Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 20 May 2013 10:13:03 +0300 Subject: [ticket/11558] Adjustments for notification link PHPBB3-11558 --- phpBB/styles/prosilver/theme/buttons.css | 9 +++------ phpBB/styles/prosilver/theme/colours.css | 4 ---- 2 files changed, 3 insertions(+), 10 deletions(-) (limited to 'phpBB/styles/prosilver/theme') diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index c18ddb652c..09021c771f 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -97,20 +97,17 @@ a.sendemail { padding: 1px 0 0 17px; } -#notification_list_button:before, #notification_list_button:after { +.icon-notification:before, .icon-notification:after { display: inline; font: inherit; - text-decoration: none; } -#notification_list_button:before { +.icon-notification:before { content: '['; - padding-right: 4px; } -#notification_list_button:after { +.icon-notification:after { content: ']'; - padding-left: 4px; } /* Poster profile icons diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 8b717399d2..baff88d6b7 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -684,10 +684,6 @@ 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"); } -- cgit v1.2.1