diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:38:17 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:38:17 +0200 |
| commit | 9e6dc3ebf5ec6cfbfd16fb095311635cc75fe637 (patch) | |
| tree | 73f698e2df0e1cc89cd5c26c5b4bb0bf18025c2c | |
| parent | 6a73683820596921a3c376ea1d4d935bf33bf78d (diff) | |
| download | grauphel-9e6dc3ebf5ec6cfbfd16fb095311635cc75fe637.tar.gz grauphel-9e6dc3ebf5ec6cfbfd16fb095311635cc75fe637.zip | |
Make settings menu nicer
| -rw-r--r-- | css/grauphel.css | 12 |
1 files changed, 12 insertions, 0 deletions
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 { |
