Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/img
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-01-17 16:22:45 +0300
committerJoas Schilling <coding@schilljs.com>2019-01-17 16:25:15 +0300
commit54b6e882e9a98e5ffa618897e08501bec9f7463d (patch)
tree383631098d19eb11eb4431783debbdbf72844f79 /img
parent15a37bd0742becef3a29fd4919e9a631f0463f3d (diff)
Add the color for now, so the regex can replace it with white for the dark theme
Actual fix is adjusting the regex on the server, allowing commas in the first regex: https://github.com/nextcloud/server/pull/13650 Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'img')
-rw-r--r--img/no-password.svg2
1 files changed, 1 insertions, 1 deletions
diff --git a/img/no-password.svg b/img/no-password.svg
index 981197eda..a8da25c46 100644
--- a/img/no-password.svg
+++ b/img/no-password.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 71 100"><path stroke-width=".16" d="m8 0c-2.2091 0-4 1.7909-4 4v3h-1v7h10v-7h-1-2-2-2v-3c0-1.1046 0.8954-2 2-2s2 0.8954 2 2v1h2v-1c0-2.2091-1.791-4-4-4z" transform="matrix(6.25,0,0,6.25,-14.5,0)"/></svg> \ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" viewBox="0 0 71 100"><path stroke-width=".16" d="m8 0c-2.2091 0-4 1.7909-4 4v3h-1v7h10v-7h-1-2-2-2v-3c0-1.1046 0.8954-2 2-2s2 0.8954 2 2v1h2v-1c0-2.2091-1.791-4-4-4z" transform="matrix(6.25,0,0,6.25,-14.5,0)" fill="#000"/></svg>