mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Give us our old ACP design back :o
git-svn-id: file:///svn/phpbb/trunk@5640 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f11d5dd02b
commit
06d87affde
1 changed files with 4 additions and 4 deletions
|
@ -217,7 +217,7 @@ span.corners-top span, span.corners-bottom span {
|
|||
}
|
||||
|
||||
/* Link styles for the sub-section links */
|
||||
#menu li a, #menu li span {
|
||||
#menu li span {
|
||||
display: block;
|
||||
padding: 3px 2px 3px 10px;
|
||||
text-decoration: none;
|
||||
|
@ -227,7 +227,7 @@ span.corners-top span, span.corners-bottom span {
|
|||
background-color: #ECECEC;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
}
|
||||
#menu li a:hover, #menu li#activemenu span {
|
||||
#menu li a:hover span, #menu li#activemenu span {
|
||||
text-decoration: none;
|
||||
background-color: #FFA34F;
|
||||
color: #FFFFFF;
|
||||
|
@ -248,13 +248,13 @@ span.corners-top span, span.corners-bottom span {
|
|||
margin-top: 5px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#menu li#activemenu a {
|
||||
#menu li#activemenu a span {
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
background-color: #DADFE4;
|
||||
}
|
||||
#menu li#activemenu a:hover {
|
||||
#menu li#activemenu a:hover span {
|
||||
text-decoration: none;
|
||||
color: #000;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue