From 84ab102146f4a9443ef1b6382f049eac99b85c6b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 11 May 2018 15:57:32 +0200 Subject: fix undo for url-typed inputs and minor adjustments Signed-off-by: Arthur Schiwon --- apps/theming/css/settings-admin.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'apps/theming/css') diff --git a/apps/theming/css/settings-admin.scss b/apps/theming/css/settings-admin.scss index 00d1cb96fc6..7753540ccd2 100644 --- a/apps/theming/css/settings-admin.scss +++ b/apps/theming/css/settings-admin.scss @@ -46,7 +46,11 @@ input[type='text']:hover + .theme-undo, input[type='text'] + .theme-undo:hover, input[type='text']:focus + .theme-undo, - input[type='text']:active + .theme-undo { + input[type='text']:active + .theme-undo, + input[type='url']:hover + .theme-undo, + input[type='url'] + .theme-undo:hover, + input[type='url']:focus + .theme-undo, + input[type='url']:active + .theme-undo{ visibility: visible; } -- cgit v1.2.3