[Pkg-owncloud-commits] [owncloud] 78/121: change error text color to white for better contrast, fix #10424

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 16:44:36 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ed6365af4aa517038b5f5a8b9c4b14ddea63cde2
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Fri Aug 15 10:51:39 2014 +0200

    change error text color to white for better contrast, fix #10424
---
 core/css/styles.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/css/styles.css b/core/css/styles.css
index 0112fba..19db3c8 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -567,8 +567,8 @@ label.infield {
 #body-login .warning, #body-login .update, #body-login .error {
 	display: block;
 	padding: 10px;
-	color: #d2322d;
 	background-color: rgba(0,0,0,.3);
+	color: #fff;
 	text-align: left;
 	border-radius: 3px;
 	cursor: default;
@@ -598,8 +598,7 @@ label.infield {
 .warning legend,
 .warning a,
 .error a {
-	color: #d2322d !important;
-	font-weight: bold;
+	font-weight: bold !important;
 }
 .error pre {
 	white-space: pre-wrap;

-- 
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