[Pkg-owncloud-commits] [owncloud] 150/172: SVG fallback for settings icon
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 9d3fcfcac86c804da8e4bbbcc8b080482c3114a8
Author: Vincent Petry <pvince81 at owncloud.com>
Date: Fri May 16 11:17:38 2014 +0200
SVG fallback for settings icon
---
core/css/fixes.css | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 9852f60..1563595 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -19,6 +19,11 @@
.lte9 .icon-triangle-s {
background-image: url('../img/actions/triangle-s.png');
}
+.lte9 .icon-settings,
+.lte9 .settings-button {
+ background-image: url('../img/actions/settings.png');
+}
+
/* IE8 needs background to be set to same color to make transparency look good. */
.lte9 #body-login form input[type="text"] {
--
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