diff options
author | Vitaly Takmazov | 2018-12-06 16:33:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-06 16:33:28 +0300 |
commit | 852f8f6df1c8001a34a367a60978c17a74a5bebe (patch) | |
tree | b1e419b81a16716ad519d787c0928d790a136f68 | |
parent | d4479930eb42a126fc0f6d74748064ac7c9bc474 (diff) |
styling
-rw-r--r-- | src/main/assets/style.css | 4 |
1 files changed, 1 insertions, 3 deletions
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; } |