[Pkg-owncloud-commits] [owncloud] 67/122: Don't highlight disabled labels on hover

David Prévot taffit at moszumanska.debian.org
Sat May 9 00:00:16 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 a1b944464370da51a9fc952250c3eb597bab30ad
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Tue May 5 11:17:48 2015 +0200

    Don't highlight disabled labels on hover
---
 core/css/styles.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/css/styles.css b/core/css/styles.css
index 4cf5e4e..c870406 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -224,6 +224,10 @@ textarea:disabled {
 	color: #999;
 	cursor: default;
 }
+input:disabled+label, input:disabled:hover+label, input:disabled:focus+label {
+	color: #999 !important;
+	cursor: default;
+}
 
 /* Primary action button, use sparingly */
 .primary, input[type="submit"].primary, input[type="button"].primary, button.primary, .button.primary {

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