diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-10-19 22:14:17 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-10-24 22:58:18 +0200 |
commit | 0aac62096ccb3b47b08c29544868e41514fffdab (patch) | |
tree | f13fd14c6e2c131bbd5caa1bb2e319e074961f8a /settings | |
parent | a82b56b1c7146ddb3085f3e03e18be4700d95a0e (diff) | |
download | nextcloud-server-0aac62096ccb3b47b08c29544868e41514fffdab.tar.gz nextcloud-server-0aac62096ccb3b47b08c29544868e41514fffdab.zip |
Add blue highlight to active menu entry
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index 85ca66542a3..f649ef1a31e 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -248,6 +248,8 @@ input { opacity: .75; } &.active { + box-shadow: inset 2px 0 $color-primary; + .menuitem-text { font-weight: 600; } |