[SUP-34765]Set deconexion btn
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
jmodesto 2024-01-30 09:56:41 +01:00
commit 93e94a9226
2 changed files with 9 additions and 1 deletions

@ -1 +1 @@
Subproject commit a699dc7a581bcfb47af5b39970d135ede832181b
Subproject commit 112660b7e7646095a7b60ca416a322e18e2d60ec

View File

@ -65,3 +65,11 @@ div.wcscurrentdraftscell ul > li > a,
div.wcscurrentformscell ul > li > a {
color: #577c00;
}
// iA.Citizen buttons Color fix (where black on black, not visible)
.dashboardcell .categories button {
color: white;
&.off {
color: #333;
}
}