mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Improve add task from event attachment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user