summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-19 20:27:00 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-10-19 20:27:00 +0200
commitdcf45c872ec1eb2492619b5c5cdbfa5af5e6e37c (patch)
treea45108fa053e9c6b489a84bb7e2db1396e5cedfe
parentb5599a767310db02badaeaa3087ca15a38b1e7b5 (diff)
downloadnextcloud-server-dcf45c872ec1eb2492619b5c5cdbfa5af5e6e37c.tar.gz
nextcloud-server-dcf45c872ec1eb2492619b5c5cdbfa5af5e6e37c.zip
change primary button text color to white
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r--core/css/inputs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.css b/core/css/inputs.css
index a79f72cfd14..37fedb9a44e 100644
--- a/core/css/inputs.css
+++ b/core/css/inputs.css
@@ -429,7 +429,7 @@ input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
.primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {
border: 1px solid #0082c9;
background-color: #00a2e9;
- color: #ddd;
+ color: #fff;
}
.primary:hover, input[type="submit"].primary:hover, input[type="button"].primary:hover, button.primary:hover, .button.primary:hover,
.primary:focus, input[type="submit"].primary:focus, input[type="button"].primary:focus, button.primary:focus, .button.primary:focus {