summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 11:46:16 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-09-03 11:49:28 +0200
commitacc9fa49fc5236bb4ab9189504c86f536fc38fb7 (patch)
tree7fbdf8210108b08a160a0d0da37b5c9780269891 /core/css
parente7314b3ad8eda85a416a2cccf4d8ef1a289b7a42 (diff)
downloadnextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.tar.gz
nextcloud-server-acc9fa49fc5236bb4ab9189504c86f536fc38fb7.zip
use SVG for toggle image instead of PNG, fix installation and personal settings toggle
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
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)";