Procházet zdrojové kódy

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 před 7 roky
rodič
revize
67069facb7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      apps/theming/css/settings-admin.css

+ 2
- 0
apps/theming/css/settings-admin.css Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit