diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl index 1082606ea..3dfe3c5cb 100644 --- a/admin/themes/default/template/cat_list.tpl +++ b/admin/themes/default/template/cat_list.tpl @@ -165,12 +165,6 @@ jQuery(document).ready(function(){ border-radius: 30px; } -.albumIconLineHover { - background: #f98100! important; - color: #ffd7ad; - transition: 0.5s ease; -} - .albumInfos { color: #a9a9a9; diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 3ce0db090..38dbe4ac8 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -167,6 +167,12 @@ TABLE.languages TR TD { padding: 7px 20px; } border-radius: 10px; } +.albumIconLineHover { + background: #f98100! important; + color: #ffd7ad; + transition: 0.5s ease; +} + .albumIcon { height: 80px; display: flex; diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index dd25431b8..49f23fa7e 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;} +.albumIconLineHover { + background: #f98100 ! important; + color: #ffd7ad !important; + transition: 0.5s ease; + border-color: #f98100 !important; +} + #checkActions a, .deleteDerivButtons a {background-color: #393939;} #addFilter, #filterList select, .pictureLevels select, #permitAction select {background-color: #444444; color: #BFBFBF} #filter_category .selectize-input.items.full.has-options.has-items, #filter_tags .selectize-input.items.not-full.has-options, @@ -1492,7 +1499,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; } .selectedAlbum span { - background-color: #333333 + background-color: #333333; + color: #777 !important; +} + +.selectedAlbum span a{ + color: #777 !important; } .AddUserPopInContainer {