aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-22 10:10:36 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-22 10:10:36 +0000
commit95e7b127061ae487175e3fb76de35da9e7537fec (patch)
treed8b60177334f3e9c2212d09bbeb44eaf91514fa8 /phpBB
parentaba2d59c884c925fc22ae87da4f9c9e095f4d2f9 (diff)
downloadforums-95e7b127061ae487175e3fb76de35da9e7537fec.tar
forums-95e7b127061ae487175e3fb76de35da9e7537fec.tar.gz
forums-95e7b127061ae487175e3fb76de35da9e7537fec.tar.bz2
forums-95e7b127061ae487175e3fb76de35da9e7537fec.tar.xz
forums-95e7b127061ae487175e3fb76de35da9e7537fec.zip
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
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/adm/style/admin.css2
-rw-r--r--phpBB/language/en/acp/common.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css
index a44e3e7f23..e9d870f512 100644
--- a/phpBB/adm/style/admin.css
+++ b/phpBB/adm/style/admin.css
@@ -384,7 +384,7 @@ option {
}
.sep {
color: white;
- background-color: #006699;
+ background-color: #FFA34F;
}
textarea {
font-family: Verdana, Helvetica, Arial, sans-serif;
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php
index c8b7e07087..308fdd0ede 100644
--- a/phpBB/language/en/acp/common.php
+++ b/phpBB/language/en/acp/common.php
@@ -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 ...',