mirror of https://github.com/portainer/portainer
13 lines
181 B
CSS
13 lines
181 B
CSS
|
.sort-icon > path {
|
||
|
fill: var(--sort-icon-muted);
|
||
|
}
|
||
|
|
||
|
.active-sort-icon > path {
|
||
|
fill: var(--sort-icon);
|
||
|
}
|
||
|
|
||
|
.sort-icon {
|
||
|
display: inline-block;
|
||
|
font-size: 12px !important;
|
||
|
}
|