1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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:
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;