From 852f8f6df1c8001a34a367a60978c17a74a5bebe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 6 Dec 2018 16:33:28 +0300 Subject: styling --- src/main/assets/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index f51b29d0..6f880d55 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -192,15 +192,13 @@ body > header { border-bottom: 2px solid transparent; } #header_wrapper a.active { - background: #ff339a; - color: #fff; + background: #f8f8f8; border-bottom: 2px solid #ff339a; pointer-events: none; } #global a:hover:not(.active), #ctitle a:hover:not(.active), .l a:hover { - background: #f8f8f8; border-bottom: 2px solid #ff339a; cursor: pointer; } -- cgit v1.2.3