related to #1441 adjusted darkmode "..." + dropdown

This commit is contained in:
Matthieu Leproux
2021-07-16 09:57:23 +02:00
parent f4612bc6e6
commit c8b9d0bed7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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