mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14677] Use classes for colors in ext list
PHPBB3-14677
This commit is contained in:
@@ -2506,7 +2506,11 @@ fieldset.permissions .padding {
|
||||
/* Classes for additional tasks
|
||||
---------------------------------------- */
|
||||
|
||||
.outdated-ext-icon {
|
||||
.current-ext {
|
||||
color: #228822;
|
||||
}
|
||||
|
||||
.outdated-ext {
|
||||
color: #BC2A4D;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user