summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2019-03-27 20:02:09 +0100
committerGitHub <noreply@github.com>2019-03-27 20:02:09 +0100
commit0d825c3f81b46d004d82ac66535ea1842b51e510 (patch)
treed73cdf0a7102e1a6db4ec68877d1cf1819889f16 /core
parent87fbaf501ab6d54541bc8a293a737e740a431701 (diff)
parent798b2e87b9bd49843c6929da93066fab111f1498 (diff)
downloadnextcloud-server-0d825c3f81b46d004d82ac66535ea1842b51e510.tar.gz
nextcloud-server-0d825c3f81b46d004d82ac66535ea1842b51e510.zip
Merge pull request #14883 from nextcloud/bugfix/14156/checkboxes-light-theme
Fix light theme form elements
Diffstat (limited to 'core')
-rw-r--r--core/img/actions/checkbox-mark-dark.svg1
-rw-r--r--core/img/actions/checkbox-mixed-dark.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/img/actions/checkbox-mark-dark.svg b/core/img/actions/checkbox-mark-dark.svg
new file mode 100644
index 00000000000..dbd016163c8
--- /dev/null
+++ b/core/img/actions/checkbox-mark-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M11.924 4.066l-4.932 4.97-2.828-2.83L2.75 7.618l4.242 4.243 6.365-6.365-1.433-1.432z" fill="#000"/></svg>
diff --git a/core/img/actions/checkbox-mixed-dark.svg b/core/img/actions/checkbox-mixed-dark.svg
new file mode 100644
index 00000000000..22da18e04ca
--- /dev/null
+++ b/core/img/actions/checkbox-mixed-dark.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewbox="0 0 16 16" width="16" height="16"><path d="M4 7v2h8V7H4z" fill="#000"/></svg>