aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/style.css
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-09 11:49:22 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-09 11:49:22 +0200
commit8784f0956b5c1d4465498ebb4c67ce9ed300299c (patch)
tree88e0c1ee71ccbcdf8c24ea5f47358984b2702b5d /css/style.css
parentd08318e4ddb94b3aa8f72e07dd5b258a4ef3bd2f (diff)
downloadwallabag-8784f0956b5c1d4465498ebb4c67ce9ed300299c.tar.gz
wallabag-8784f0956b5c1d4465498ebb4c67ce9ed300299c.tar.zst
wallabag-8784f0956b5c1d4465498ebb4c67ce9ed300299c.zip
background sur le menu pour savoir sur quelle page on se trouve
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 0e31865f..812ccca7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -49,6 +49,14 @@ header {
49#main ul#links li { 49#main ul#links li {
50 display: inline; 50 display: inline;
51} 51}
52
53#main ul#links li a.current {
54 -webkit-border-radius: 2px;
55 border-radius: 2px;
56 background-color: #040707;
57 color: #F1F1F1;
58}
59
52#links a, .backhome a{ 60#links a, .backhome a{
53 text-decoration: none; 61 text-decoration: none;
54 padding: 5px 10px; 62 padding: 5px 10px;