[Pkg-owncloud-commits] [owncloud] 19/69: fix button text color
David Prévot
taffit at moszumanska.debian.org
Wed Nov 11 02:04:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit da99c8f4562fb3ae8d1df0022a76fcb26b8f94b3
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Mon Nov 2 17:58:37 2015 +0100
fix button text color
---
core/css/styles.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/core/css/styles.css b/core/css/styles.css
index 41325e7..4408f69 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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list