From 9e6dc3ebf5ec6cfbfd16fb095311635cc75fe637 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 10:38:17 +0200 Subject: [PATCH] Make settings menu nicer --- css/grauphel.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/grauphel.css b/css/grauphel.css index 3b7d03c..b5ffb94 100644 --- a/css/grauphel.css +++ b/css/grauphel.css @@ -92,6 +92,18 @@ } +/* make the settings menu nicer */ +.app-grauphel #app-settings-content li a { + display: block; + line-height: 2rem; + min-height: 2rem; + padding-left: 1rem; +} +.app-grauphel #app-settings-content li a:hover { + opacity: 1; + box-shadow: inset 4px 0 var(--color-primary); +} + /* table style */ table.table { -- 2.30.2