diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-08-26 11:04:39 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-08-26 11:04:39 +0200 |
commit | 23aa44b6b5b456988005559c4617f9a8da4521d3 (patch) | |
tree | 11e24aaeb192be342a9fa88c3b5d91c3ac2a389b /core | |
parent | 08a490df32e7744be5e5f47067746591e7fac05a (diff) | |
download | nextcloud-server-23aa44b6b5b456988005559c4617f9a8da4521d3.tar.gz nextcloud-server-23aa44b6b5b456988005559c4617f9a8da4521d3.zip |
Make maintenance/update text white
Removing the color makes it default to white as defined in the parent
style.
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 5ad81fd12aa..b196b4f1b3f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -680,7 +680,6 @@ label.infield { #body-login .update { width: inherit; text-align: center; - color: #ccc; } #body-login .update .appList { |