aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
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/adm
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/adm')
-rw-r--r--phpBB/adm/style/admin.css2
1 files changed, 1 insertions, 1 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;