From 410aacae60690b88a369a58e8dcf90f81565d0b3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 16 Apr 2019 10:12:25 +0200 Subject: Improve the share link password error feedback with a red border Signed-off-by: Christoph Wurst --- apps/files_sharing/src/style/sharetabview.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/files_sharing/src') 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; } -- cgit v1.2.3