mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Some slight alterations for another forthcoming feature.
Tom: If you want to clean up my CSS changes for this or change the colour for completed stages, feel free ;-) git-svn-id: file:///svn/phpbb/trunk@5635 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -217,7 +217,7 @@ span.corners-top span, span.corners-bottom span {
|
||||
}
|
||||
|
||||
/* Link styles for the sub-section links */
|
||||
#menu li a {
|
||||
#menu li a, #menu li span {
|
||||
display: block;
|
||||
padding: 3px 2px 3px 10px;
|
||||
text-decoration: none;
|
||||
@@ -227,11 +227,16 @@ span.corners-top span, span.corners-bottom span {
|
||||
background-color: #ECECEC;
|
||||
border-top: 1px solid #FFFFFF;
|
||||
}
|
||||
#menu li a:hover {
|
||||
#menu li a:hover, #menu li#activemenu span {
|
||||
text-decoration: none;
|
||||
background-color: #FFA34F;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#menu li span.completed {
|
||||
text-decoration: none;
|
||||
background-color: #B9DBB3;
|
||||
color: #006699;
|
||||
}
|
||||
#menu li.header {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
|
Reference in New Issue
Block a user