forked from wallabag/wallabag
background sur le menu pour savoir sur quelle page on se trouve
This commit is contained in:
@ -49,6 +49,14 @@ header {
|
||||
#main ul#links li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#main ul#links li a.current {
|
||||
-webkit-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
background-color: #040707;
|
||||
color: #F1F1F1;
|
||||
}
|
||||
|
||||
#links a, .backhome a{
|
||||
text-decoration: none;
|
||||
padding: 5px 10px;
|
||||
|
||||
Reference in New Issue
Block a user