mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[ticket/11558] Adjustments for notification link
PHPBB3-11558
This commit is contained in:
@@ -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
|
||||
|
@@ -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"); }
|
||||
|
Reference in New Issue
Block a user