mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/12608] Change CSS classes to prevent styling conflicts
PHPBB3-12608
This commit is contained in:
@@ -37,7 +37,7 @@ class disapprove_post extends \phpbb\notification\type\approve_post
|
||||
*/
|
||||
public function get_style_class()
|
||||
{
|
||||
return 'reported';
|
||||
return 'notification-disapproved';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -37,7 +37,7 @@ class disapprove_topic extends \phpbb\notification\type\approve_topic
|
||||
*/
|
||||
public function get_style_class()
|
||||
{
|
||||
return 'reported';
|
||||
return 'notification-disapproved';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -37,7 +37,7 @@ class report_pm extends \phpbb\notification\type\pm
|
||||
*/
|
||||
public function get_style_class()
|
||||
{
|
||||
return 'reported';
|
||||
return 'notification-reported';
|
||||
}
|
||||
|
||||
/**
|
||||
|
@@ -36,7 +36,7 @@ class report_post extends \phpbb\notification\type\post_in_queue
|
||||
*/
|
||||
public function get_style_class()
|
||||
{
|
||||
return 'reported';
|
||||
return 'notification-reported';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user