1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +02:00

fix: 🐛 VueTorrent: Table fix, torrent card text fix

This commit is contained in:
GilbN 2022-04-25 23:57:39 +02:00
parent a89bb07487
commit c08d212c50

View File

@ -344,6 +344,10 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg {
color: #FFF;
}
.v-list-item__content .caption.grey--text {
color: #b1b1b1 !important;
}
.v-application .torrent-paused-color .caption,
.v-application .torrent-seeding-color .caption,
.v-application .torrent-done-color .caption {
@ -438,7 +442,7 @@ button>.v-btn--is-elevated .v-btn--has-bg.v-icon__svg {
/* TABLE */
[class*="theme--"].v-data-table {
background: var(--transparency-dark-65);
background: transparent;
color: var(--text);
}