Text color change on gabinete

This commit is contained in:
Eudes Inácio
2021-10-25 15:32:42 +01:00
parent f8433c9bf2
commit 5a569129d3
11 changed files with 12 additions and 12 deletions
@@ -161,7 +161,7 @@ ion-toolbar{
padding: 0 !important;
}
.item-options{
color: #42b9fe;
color: var(--box-hover-background-color);
width: 25px;
font-size: 20px;
}
@@ -172,7 +172,7 @@ ion-toolbar{
}
.item-active{
background-color: #42b9fe !important;
background-color: var(--gabinete-active-hove-background) !important;
color: #fff !important;
}