Skip to content
Extraits de code Groupes Projets
Valider 6855bda2 rédigé par Thomas ZILLIOX's avatar Thomas ZILLIOX
Parcourir les fichiers

Remove maining blue color from dashboard

parent f5739250
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -121,6 +121,10 @@ table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
border-radius: 0;
}
.limitSelection > div > span {
color: @theme-color-text-active;
}
.limitSelection > ul > li {
background: @theme-color-background-base;
border-color: @theme-color-background-smallContrast;
......@@ -135,6 +139,14 @@ table.dataTable tr.subDataTable:hover > td .dataTableRowActions {
background-color: @theme-color-background-smallContrast;
}
.limitSelection > ul > li > span {
color: @theme-color-text-link;
}
.limitSelection > ul > li:hover > span {
color: @theme-color-text-focus;
}
/* TableConfiguration */
.tableConfiguration ul {
background-color: @theme-color-background-base;
......
......@@ -17,6 +17,10 @@
color: @theme-color-text-focus;
}
#periodString b {
color: inherit;
}
#periodString label.selected-period-label {
color: @theme-color-text-active;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter