mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-23 08:43:02 +02:00
[ticket/12608] Add styling (CSS class) options to notifications
This will allow different notifications to have different styles PHPBB3-12608
This commit is contained in:
@@ -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
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user