diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index bb94f1693..11c97f69b 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -220,6 +220,10 @@ TABLE.languages TR TD { padding: 7px 20px; } display: flex; } +.albumActions a:hover span { + color: #ff7700 !important; +} + .albumActions a, .albumActions span { margin: 5px; font-size: 14px; diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 9d8aa1017..5bf4bbba6 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -830,6 +830,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .addFilesButtonChanged:hover {background-color: #777;} .categoryBox, .addAlbum {background-color: #333 !important; box-shadow: -1px 1px 2px #1a1a1a;} +.albumActions a:hover span { + color: #fff !important; +} +.albumActions a { + text-decoration: none; +} + .albumIconLineHover { background: #f98100 ! important; color: #ffd7ad !important;