summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2017-09-05 23:26:28 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-11-13 16:33:21 +0100
commit57eb046836f1c878a9011a52a7f9e6757d0a9e83 (patch)
tree31461d04658fd6700c38dd0b98cfd62c270da9f4 /core
parent5603d9a5ea39d5945b555d186753c752418b616b (diff)
downloadnextcloud-server-57eb046836f1c878a9011a52a7f9e6757d0a9e83.tar.gz
nextcloud-server-57eb046836f1c878a9011a52a7f9e6757d0a9e83.zip
Use primary class also for ui-button elements
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core')
-rw-r--r--core/css/jquery-ui-fixes.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss
index 87167100813..fcc4c750809 100644
--- a/core/css/jquery-ui-fixes.scss
+++ b/core/css/jquery-ui-fixes.scss
@@ -193,3 +193,9 @@
color: $color-primary-element;
}
}
+
+.ui-button.primary {
+ background-color: $color-primary;
+ color: $color-primary-text;
+ border: 1px solid $color-primary-text;
+} \ No newline at end of file