[Pkg-owncloud-commits] [owncloud] 149/172: Fallback for triangle icons

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:51 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 d4801e078e3cbe0d4fd1939b61a66a1a90a543b9
Author: Vincent Petry <pvince81 at owncloud.com>
Date:   Fri May 16 11:15:40 2014 +0200

    Fallback for triangle icons
---
 core/css/fixes.css | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/core/css/fixes.css b/core/css/fixes.css
index a33afd5..9852f60 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -10,6 +10,16 @@
 	background-image: url('../img/actions/delete-hover.png');
 }
 
+.lte9 .icon-triangle-e {
+	background-image: url('../img/actions/triangle-e.png');
+}
+.lte9 .icon-triangle-n {
+	background-image: url('../img/actions/triangle-n.png');
+}
+.lte9 .icon-triangle-s {
+	background-image: url('../img/actions/triangle-s.png');
+}
+
 /* IE8 needs background to be set to same color to make transparency look good. */
 .lte9 #body-login form input[type="text"] {
 	border: 1px solid lightgrey; /* use border to add 1px line between input fields */

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