diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-03-27 16:03:56 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2019-03-27 16:03:56 +0100 |
commit | f1f113c5232f6c191a431140624b0fe4e44770ce (patch) | |
tree | 71c5649d35be375e2ce0d01001159fe52344bd41 /core/img | |
parent | 00b2afb2224f1319af367539c9db8bc484c1f8bd (diff) | |
download | nextcloud-server-f1f113c5232f6c191a431140624b0fe4e44770ce.tar.gz nextcloud-server-f1f113c5232f6c191a431140624b0fe4e44770ce.zip |
Fix checkbox styling with dark theme
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/img')
-rw-r--r-- | core/img/actions/checkbox-mark-dark.svg | 1 | ||||
-rw-r--r-- | core/img/actions/checkbox-mixed-dark.svg | 2 |
2 files changed, 2 insertions, 1 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 index 2f3fd3fa82d..22da18e04ca 100644 --- a/core/img/actions/checkbox-mixed-dark.svg +++ b/core/img/actions/checkbox-mixed-dark.svg @@ -1 +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="#fff"/></svg> +<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> |