diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-02 17:58:37 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-02 17:58:37 +0100 |
commit | 0a8cefaeb111c88fe08516f774386a916ea7fbd2 (patch) | |
tree | 621dacad58e162c5252577f40b845a726f2ff435 /core/css | |
parent | d7ed3538144be355182ddfd905738978104ec154 (diff) | |
download | nextcloud-server-0a8cefaeb111c88fe08516f774386a916ea7fbd2.tar.gz nextcloud-server-0a8cefaeb111c88fe08516f774386a916ea7fbd2.zip |
fix button text color
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 1368d8bfa58..c75197f7650 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -774,6 +774,9 @@ html.ie8 #body-login form input[type="checkbox"] { color: #fff !important; font-weight: 600 !important; } +.error a.button { + color: #555 !important; +} .error pre { white-space: pre-wrap; text-align: left; |