mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12608] Change CSS classes to prevent styling conflicts
PHPBB3-12608
This commit is contained in:
@@ -235,14 +235,6 @@ 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 strong {
|
||||
color: #D31141;
|
||||
}
|
||||
|
||||
/*
|
||||
--------------------------------------------------------------
|
||||
Colours and backgrounds for links.css
|
||||
@@ -1181,3 +1173,14 @@ ul.linklist li.responsive-menu a.responsive-menu-link:hover:before, ul.linklist
|
||||
#minitabs .dropdown-contents {
|
||||
background-color: #F1F8FF;
|
||||
}
|
||||
|
||||
/* Notifications
|
||||
---------------------------------------- */
|
||||
|
||||
.notification_list p.notification-time {
|
||||
color: #4C5D77;
|
||||
}
|
||||
|
||||
li.notification-reported strong, li.notification-disapproved strong {
|
||||
color: #D31141;
|
||||
}
|
||||
|
Reference in New Issue
Block a user