aboutsummaryrefslogtreecommitdiff
path: root/src/main/assets/style.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-12-06 03:56:01 +0300
committerGravatar Vitaly Takmazov2018-12-06 03:56:45 +0300
commitc4dad667bcdf84f58474296282165415320aca2c (patch)
tree111eaa3a72c61530031e8000ca048cb1238d884b /src/main/assets/style.css
parente0e9ad7ee705a0b145ec97e85d10492f5af36134 (diff)
Styling
Diffstat (limited to 'src/main/assets/style.css')
-rw-r--r--src/main/assets/style.css5
1 files changed, 2 insertions, 3 deletions
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;
}