From acc9fa49fc5236bb4ab9189504c86f536fc38fb7 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt
Date: Thu, 3 Sep 2015 11:46:16 +0200
Subject: [PATCH] use SVG for toggle image instead of PNG, fix installation and
personal settings toggle
---
core/css/styles.css | 2 +-
core/templates/installation.php | 4 ++--
settings/templates/personal.php | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/core/css/styles.css b/core/css/styles.css
index 020c2702a1..dd0110ded3 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)";
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 8db55e4bda..716cb1af6a 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -53,7 +53,7 @@ script('core', [
-
+
@@ -149,7 +149,7 @@ script('core', [
-
+
0): ?>
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 490133c9f2..c0adaf9c5a 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -83,7 +83,7 @@ if($_['passwordChangeSupported']) {
placeholder="t('New password');?>"
data-typetoggle="#personal-show"
autocomplete="off" autocapitalize="off" autocorrect="off" />
-
+