aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 16:33:28 +0300
committerGravatar Vitaly Takmazov2018-12-06 16:33:28 +0300
commit852f8f6df1c8001a34a367a60978c17a74a5bebe (patch)
treeb1e419b81a16716ad519d787c0928d790a136f68 /src
parentd4479930eb42a126fc0f6d74748064ac7c9bc474 (diff)
styling
Diffstat (limited to 'src')
-rw-r--r--src/main/assets/style.css4
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;
}