Improve add task from event attachment

This commit is contained in:
Peter Maquiran
2021-04-27 09:56:14 +01:00
parent 983f5bf385
commit 12dff45a9c
3 changed files with 88 additions and 52 deletions
@@ -339,9 +339,42 @@ ion-content{
.active {
color: white !important;
fill: white !important;
background: #42b9fe !important;
box-sizing: border-box;
.exp-card-title {
color: white !important;
color: rgb(255, 255, 255) !important;
}
}
svg path::part(native) {
color: white !important;
fill: white !important;
}
svg path::part(button):hover {
color: white !important;
fill: rgb(255, 255, 255) !important;
}
svg{
path{
fill: rgb(255, 255, 255) !important
}
}
}
.active ion-icon::part(button) {
color: white !important;
fill: rgb(255, 255, 255) !important;
}
.active ion-icon::part(native) {
color: white !important;
fill: rgb(255, 255, 255) !important;
}
.active ion-icon{
color: white !important;
fill: red !important;
}