From: Christian Weiske Date: Sun, 7 Oct 2018 08:38:17 +0000 (+0200) Subject: Make settings menu nicer X-Git-Tag: v0.7.0~5 X-Git-Url: https://git.cweiske.de/grauphel.git/commitdiff_plain/9e6dc3ebf5ec6cfbfd16fb095311635cc75fe637?ds=sidebyside Make settings menu nicer --- 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 {