1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16681] Remove inline styles

PHPBB3-16681
This commit is contained in:
Matt Friedman
2021-01-11 14:09:18 -08:00
parent 6e5cb747b0
commit ffbd1abd87
2 changed files with 31 additions and 10 deletions

View File

@@ -2743,3 +2743,24 @@ fieldset.permissions .padding {
.acp-icon {
font-size: 1.5em;
}
.acp-icon-move-up,
.acp-icon-move-down {
color: #4ba5de;
}
.acp-icon-settings {
color: #62c046;
}
.acp-icon-delete {
color: #d74558;
}
.acp-icon-resync {
color: #f69934;
}
.acp-icon-disabled {
color: #d0d0d0;
}