[Pkg-owncloud-commits] [owncloud] 07/129: [IE8] Fix button background color

David Prévot taffit at moszumanska.debian.org
Thu Nov 5 01:04:17 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 f2ed3e726ad5b59cc748eacda5abc772068b7ecf
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Wed Oct 7 17:34:55 2015 +0200

    [IE8] Fix button background color
    
    IE8 doesn't support rgba...
---
 core/css/fixes.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/css/fixes.css b/core/css/fixes.css
index 5f917db..71cb09c 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -42,6 +42,12 @@ select {
 	background-image: url('../img/actions/settings.png');
 }
 
+.lte9 input[type="submit"], .lte9 input[type="button"],
+.lte9 button, .lte9 .button,
+.lte9 #quota, .lte9 select, .lte9 .pager li a {
+	background-color: #f1f1f1;
+}
+
 /* IE8 needs PNG image for header logo */
 .ie8 #header .logo {
 	background-image: url(../img/logo-icon-175px.png);

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