From c4dad667bcdf84f58474296282165415320aca2c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 03:56:01 +0300 Subject: Styling --- src/main/assets/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/assets/style.css') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index c844c383..11760451 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -191,15 +191,14 @@ body > header { padding: 4px 20px; } #global a.active { - background: #eee; - border-bottom: 2px solid #ff339a; + background: #fff; pointer-events: none; } #global li:hover:not(.active), #ctitle a:hover:not(.active), .l a:hover { border-bottom: 2px solid #ff339a; - background: #eee; + background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); cursor: pointer; } -- cgit v1.2.3