mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-02 16:38:38 +00:00
background sur le menu pour savoir sur quelle page on se trouve
This commit is contained in:
parent
d08318e4dd
commit
8784f0956b
2 changed files with 12 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue