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:
Meik Sievertsen 2006-03-22 10:10:36 +00:00
parent aba2d59c88
commit 95e7b12706
2 changed files with 2 additions and 2 deletions

View file

@ -384,7 +384,7 @@ option {
}
.sep {
color: white;
background-color: #006699;
background-color: #FFA34F;
}
textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;

View file

@ -226,7 +226,7 @@ $lang = array_merge($lang, array(
'OFF' => 'OFF',
'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',
'REORDER' => 'Reorder',
'RETURN_TO' => 'Return to ...',