diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-05-22 09:03:31 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-05-22 09:03:31 +0200 |
commit | 3c011c6d50d8466d6eda1818ed30bcabcb658e5b (patch) | |
tree | f9aa53cf4d8b5d1a98e2b8dea29ba04ad038c153 /core | |
parent | 0d90c5ebc4919832243ee1b8c83a9c0300fcee67 (diff) | |
download | nextcloud-server-3c011c6d50d8466d6eda1818ed30bcabcb658e5b.tar.gz nextcloud-server-3c011c6d50d8466d6eda1818ed30bcabcb658e5b.zip |
Increase width of other active navigation indicators to 4px
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.scss | 2 | ||||
-rw-r--r-- | core/css/header.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 918dc838412..19447d6e41d 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -696,7 +696,7 @@ kbd { &:hover { background-color: $color-main-background; opacity: 1; - box-shadow: inset 2px 0 $color-primary; + box-shadow: inset 4px 0 $color-primary; } } diff --git a/core/css/header.scss b/core/css/header.scss index 8e520957889..d71ec5b713a 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -434,7 +434,7 @@ nav[role='navigation'] { &:active, &.active { opacity: 1; - box-shadow: inset 2px 0 $color-primary; + box-shadow: inset 4px 0 $color-primary; } } } |