Merge pull request #5319 from nextcloud/theming-undo-hover

Show reset to default button for theming values on hover, fix #3198
This commit is contained in:
Morris Jobke 2017-06-12 13:23:07 -05:00 committed by GitHub
commit 0577e55559
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ form.uploadButton {
right: 0px; right: 0px;
visibility: visible; 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']:focus + .theme-undo,
#theming input[type='text']:active + .theme-undo { #theming input[type='text']:active + .theme-undo {
visibility: visible; visibility: visible;