mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02: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:
@@ -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 ...',
|
||||||
|
Reference in New Issue
Block a user