diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-29 16:05:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-08-29 16:05:18 +0200 |
commit | 2e6d1a3453abf6dda86b981b7e69ae77079a9d01 (patch) | |
tree | fc27a4f89f5927649b4fa3d4fa4e663671ad63a3 /apps/theming | |
parent | badbab81eacd3f4a8242fe23feb5319ee4247027 (diff) | |
download | nextcloud-server-2e6d1a3453abf6dda86b981b7e69ae77079a9d01.tar.gz nextcloud-server-2e6d1a3453abf6dda86b981b7e69ae77079a9d01.zip |
Set primary action button color to same as theming color
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 252d009289e..339bf8a58b9 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -60,8 +60,7 @@ } input.primary { - background-color: nc-lighten($color-primary, .9); - border: 1px solid $color-primary; + background-color: $color-primary; color: $color-primary-text; } |