aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-06-09 15:54:17 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-06-09 15:54:17 +0200
commit67069facb7df7c4619a7b5b7e137d77c49458c39 (patch)
tree67135078c9ed61d9e7b0d073bd4fb4ef8e96dbeb /apps/theming/css
parent602d82d5eeaf29b30d46de64a37c26b6f4313936 (diff)
downloadnextcloud-server-67069facb7df7c4619a7b5b7e137d77c49458c39.tar.gz
nextcloud-server-67069facb7df7c4619a7b5b7e137d77c49458c39.zip
Show reset to default button for theming values on hover, fix #3198
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/theming/css')
-rw-r--r--apps/theming/css/settings-admin.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css
index ef3c9f68b27..43d68b709a0 100644
--- a/apps/theming/css/settings-admin.css
+++ b/apps/theming/css/settings-admin.css
@@ -42,6 +42,8 @@ form.uploadButton {
right: 0px;
visibility: visible;
}
+#theming input[type='text']:hover + .theme-undo,
+#theming input[type='text'] + .theme-undo:hover,
#theming input[type='text']:focus + .theme-undo,
#theming input[type='text']:active + .theme-undo {
visibility: visible;