浏览代码

Show reset to default button for theming values on hover, fix #3198

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
tags/v13.0.0beta1
Jan-Christoph Borchardt 7 年前
父节点
当前提交
67069facb7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      apps/theming/css/settings-admin.css

+ 2
- 0
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;

正在加载...
取消
保存