Browse Source

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

pull/372/head
GilbN 3 years ago
parent
commit
c08d212c50
  1. 6
      css/base/vuetorrent/vuetorrent-base.css

6
css/base/vuetorrent/vuetorrent-base.css

@ -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);
}

Loading…
Cancel
Save