From c23cac33227e09f27a35eb51b619e9f1b7d31a5f Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Thu, 24 Sep 2015 23:54:07 +0200 Subject: [PATCH] fix login --- core/css/styles.css | 4 ++-- core/templates/login.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index ad9d03f5879..d952a33c24a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -184,7 +184,7 @@ html:not(.ie8) input[type="checkbox"].checkbox:disabled +label:before { opacity: html:not(.ie8) input[type="checkbox"].checkbox.u-left +label:before { float: left; } -html:not(.ie8) input[type="checkbox"].checkbox.white + label:before { +html:not(.ie8) input[type="checkbox"].checkbox--white + label:before { background-image: url('../img/actions/checkbox-white.svg'); } @@ -192,7 +192,7 @@ html:not(.ie8) input[type="checkbox"].checkbox:checked + label:before { background-image: url('../img/actions/checkbox-checked.svg'); } -html:not(.ie8) input[type="checkbox"].checkbox.white:checked + label:before { +html:not(.ie8) input[type="checkbox"].checkbox--white:checked + label:before { background-image: url('../img/actions/checkbox-checked-white.svg'); } diff --git a/core/templates/login.php b/core/templates/login.php index 2057b1034d0..db77f63bbd0 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -65,7 +65,7 @@ script('core', [
- +