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:
commit
0577e55559
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue