# HG changeset patch # User Stefania Trabucchi # Date 1390294574 -3600 # Node ID 163bef19cb71f4025de3957fd4761f4707d5a5f5 # Parent 25e3e4a0b767d2bbe03d6de891d4a37f85fe666c active styles to navbar added diff -r 25e3e4a0b767 -r 163bef19cb71 static/css/bootstrap.css --- a/static/css/bootstrap.css Tue Jan 21 07:28:19 2014 +0100 +++ b/static/css/bootstrap.css Tue Jan 21 09:56:14 2014 +0100 @@ -6018,6 +6018,12 @@ color: #333333 !important; text-decoration: none; } +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { + border-bottom: 1px dotted #0e394f; + color: #125883; +} /* Module ------------------------------------ */ .module-gallery { diff -r 25e3e4a0b767 -r 163bef19cb71 static/less/pymove3d.less --- a/static/less/pymove3d.less Tue Jan 21 07:28:19 2014 +0100 +++ b/static/less/pymove3d.less Tue Jan 21 09:56:14 2014 +0100 @@ -63,6 +63,13 @@ a.link-yellow {color:@yellow !important;text-decoration:underline;} a.link-yellow:hover {color:@gray-dark !important;text-decoration:none;} +.navbar-default .navbar-nav > .active > a, +.navbar-default .navbar-nav > .active > a:hover, +.navbar-default .navbar-nav > .active > a:focus { +border-bottom:1px dotted @blue-darker; +color:@blue; +} + /* Module ------------------------------------ */ .module-gallery {