From 25c10453e5c62481592ca0ecf2484fc0efc72039 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 31 Jul 2021 22:25:04 +0800 Subject: [PATCH] password eye padding --- src/ui/common.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/common.css b/src/ui/common.css index 5a8615d6f..52b1968e6 100644 --- a/src/ui/common.css +++ b/src/ui/common.css @@ -98,6 +98,7 @@ div.password svg { size: 16px; color: #ddd; background: none; + padding-top: 4px!important; } div.password input { @@ -316,4 +317,4 @@ menu li.selected span { .link:active { opacity: 0.5; -} \ No newline at end of file +}