diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-04-16 10:12:25 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-04-16 10:12:25 +0200 |
commit | 410aacae60690b88a369a58e8dcf90f81565d0b3 (patch) | |
tree | 6eb6339d0c00dccd01d09522e5c64399902752c8 /apps/files_sharing/src | |
parent | a8064fdd06127bdb7341b2b1a00001e089c4b87c (diff) | |
download | nextcloud-server-410aacae60690b88a369a58e8dcf90f81565d0b3.tar.gz nextcloud-server-410aacae60690b88a369a58e8dcf90f81565d0b3.zip |
Improve the share link password error feedback with a red border
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/files_sharing/src')
-rw-r--r-- | apps/files_sharing/src/style/sharetabview.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_sharing/src/style/sharetabview.scss b/apps/files_sharing/src/style/sharetabview.scss index b3753f3f321..d10808a7488 100644 --- a/apps/files_sharing/src/style/sharetabview.scss +++ b/apps/files_sharing/src/style/sharetabview.scss @@ -73,6 +73,12 @@ } .popovermenu { .linkPassMenu { + input.error { + border-color: var(--color-error) !important; + &[type="submit"] { + border-left: none; + } + } .share-pass-submit { width: auto !important; } |