Announcement

  •  » Themes
  •  » [Piwigo 2.9] make the admin "clear" theme more "clear"

#1 2017-05-18 19:16:29

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

[Piwigo 2.9] make the admin "clear" theme more "clear"

Hi folks,

Some users upgrading to Piwigo 2.9 and its new colors for administration are complaining about the "not so clear" header/footer/menubar. So here is a trick! Use [extension by ddtddt] Add < head > Element to add this code:

Code:

<style>
#theAdminPage #menubar dt {
  background-color: #ddd;
  color:#777;
}

#theAdminPage #menubar dl {
  background-color: #f1f1f1;
  color:#777;
}

#theAdminPage #menubar dd a {
  color: #005E89;
}

#theAdminPage #menubar li:hover {
    background-color: #dbe8f3;
}

#pluginsMenuSeparator {
    border: 1px solid #ddd;
}

#adminHome {
    background-color: #ddd;
}
#adminHome A {
    color: #005E89;
}

#theAdminPage #pwgHead, #footer {
    background-color: #ddd;
    color: #777;
}

#theAdminPage #pwgHead A, #footer A {
    color: #444;
}
</style>

Offline

 
  •  » Themes
  •  » [Piwigo 2.9] make the admin "clear" theme more "clear"

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact