diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 4a016536a..99a8dce1f 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -422,7 +422,7 @@ jQuery(".pluginMiniBox").each(function(index){ justify-content: center; align-items: center; - color: #3c3c3c; + color: #777; } .pluginActionsSmallIcons a:hover, .PluginOptionsIcons a:hover { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 4741138be..ad85cc8b1 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -111,7 +111,7 @@ a.Piwigo:hover span.Piwigo { *, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; } */ -a { color:#bbb; } +a { color:#3A3A3A; } a:hover, a:active { color: #f70; cursor: pointer; } ul.actions, .content form#waiting {text-align:center;}