mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Use another color for special group seperation (makes it easier to distinct between special groups and selected groups) - #1147
git-svn-id: file:///svn/phpbb/trunk@5693 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
aba2d59c88
commit
95e7b12706
2 changed files with 2 additions and 2 deletions
|
@ -384,7 +384,7 @@ option {
|
||||||
}
|
}
|
||||||
.sep {
|
.sep {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #006699;
|
background-color: #FFA34F;
|
||||||
}
|
}
|
||||||
textarea {
|
textarea {
|
||||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||||
|
|
|
@ -226,7 +226,7 @@ $lang = array_merge($lang, array(
|
||||||
'OFF' => 'OFF',
|
'OFF' => 'OFF',
|
||||||
'ON' => 'ON',
|
'ON' => 'ON',
|
||||||
|
|
||||||
'PROCEED_TO_ACP' => 'Click %sHere%s to procced to the ACP',
|
'PROCEED_TO_ACP' => 'Click %sHere%s to proceed to the ACP',
|
||||||
'REMIND' => 'Remind',
|
'REMIND' => 'Remind',
|
||||||
'REORDER' => 'Reorder',
|
'REORDER' => 'Reorder',
|
||||||
'RETURN_TO' => 'Return to ...',
|
'RETURN_TO' => 'Return to ...',
|
||||||
|
|
Loading…
Add table
Reference in a new issue