From acc9fa49fc5236bb4ab9189504c86f536fc38fb7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 3 Sep 2015 11:46:16 +0200 Subject: use SVG for toggle image instead of PNG, fix installation and personal settings toggle --- core/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/styles.css b/core/css/styles.css index 020c2702a10..dd0110ded3a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -667,7 +667,7 @@ label.infield { position: absolute !important; height: 20px; width: 24px; - background-image: url("../img/actions/toggle.png"); + background-image: url('../img/actions/toggle.svg'); background-repeat: no-repeat; background-position: center; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; -- cgit v1.2.3