diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-02 21:48:50 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-02 21:48:50 +0100 |
commit | 0559b2092cc9db3537576c8117bf3b165fc90728 (patch) | |
tree | b346d4b4456ff30c6d077ed9bb427a703a841ea5 /core | |
parent | 1018d6115a0403e33b39c58df8092352caf69e9a (diff) | |
parent | 0a8cefaeb111c88fe08516f774386a916ea7fbd2 (diff) | |
download | nextcloud-server-0559b2092cc9db3537576c8117bf3b165fc90728.tar.gz nextcloud-server-0559b2092cc9db3537576c8117bf3b165fc90728.zip |
Merge pull request #20232 from owncloud/error-button-color
fix button text color
Diffstat (limited to 'core')
-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 08969e1d10a..ddf72a34db5 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -775,6 +775,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; |