diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-08-29 16:46:37 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-08-29 16:47:39 +0200 |
commit | 2bdc3b1d27d69390d21959e166816e5732f0551b (patch) | |
tree | ea222e6d8ab2d9506eb635fc23b68dc3338d6c33 /apps/theming | |
parent | e8938df1986c4b52fc1f5c9afe4cc4078ea86e4c (diff) | |
download | nextcloud-server-2bdc3b1d27d69390d21959e166816e5732f0551b.tar.gz nextcloud-server-2bdc3b1d27d69390d21959e166816e5732f0551b.zip |
Remove border from primary button when color is bright
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 9e55680470c..4a5b0e1aa27 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -71,6 +71,11 @@ @include icon-color('checkbox-mark', 'actions', $color-white, 1, true); } } + #body-user { + .primary { + border: 1px solid transparent; + } + } } @else { #appmenu:not(.inverted) svg { filter: none; |