summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2015-09-19 15:44:49 +0200
committerHendrik Leppelsack <hendrik@leppelsack.de>2015-09-21 12:57:34 +0200
commit964cfc8e08467c93e18d78ab20f311d05b22eeb9 (patch)
tree06dd65d9da1d3dbd84d3d7551054625cb1c264fa /core/css/styles.css
parent6006a03ef1361f8805c323627fb6d8e9c37be9cd (diff)
downloadnextcloud-server-964cfc8e08467c93e18d78ab20f311d05b22eeb9.tar.gz
nextcloud-server-964cfc8e08467c93e18d78ab20f311d05b22eeb9.zip
fix missing checkboxes in file comparator
Diffstat (limited to 'core/css/styles.css')
-rw-r--r--core/css/styles.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 2ec5129a1c5..bc4db43301d 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -178,6 +178,8 @@ input[type="checkbox"] + label:before {
opacity: 0.7;
}
+input[type="checkbox"].u-left +label:before { float: left; }
+
input[type="checkbox"].white + label:before {
background-image: url('../img/actions/checkbox-white.svg');
}