Skip to content

Commit

Permalink
Improve colors for history table (#11915)
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored Jan 14, 2025
1 parent 5575182 commit bf679e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions themes-default/slim/src/style/vgt-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $opacity: 0.8;
text-align: left;
border-spacing: 0;
border-collapse: initial;

th,
td {
padding: 4px;
Expand Down Expand Up @@ -132,7 +132,7 @@ $opacity: 0.8;

span.episode-title > a {
text-decoration: none;

&:hover,
&:focus {
text-decoration: underline;
Expand All @@ -143,24 +143,24 @@ $opacity: 0.8;
--row-background-color: #{$blue};
background-color: rgb(var(--row-background-color));
}

.snatched {
--row-background-color: #{$pink};
background-color: rgb(var(--row-background-color));
}

.downloaded {
--row-background-color: #{$yellow};
--row-background-color: #{$green};
background-color: rgb(var(--row-background-color));
}

.failed {
--row-background-color: #{$red};
background-color: rgb(var(--row-background-color));
}

.subtitled {
--row-background-color: #{$blue};
--row-background-color: #{$yellow};
background-color: rgb(var(--row-background-color));
}

Expand Down Expand Up @@ -216,7 +216,7 @@ $opacity: 0.8;
line-height: 1.42857143;
white-space: nowrap;
}

}

.align-center {
Expand Down Expand Up @@ -342,7 +342,7 @@ $opacity: 0.8;
padding: 0 10px;
margin: 0;
}

.vgt-select {
height: 23px;
line-height: 23px;
Expand Down
Loading

0 comments on commit bf679e4

Please sign in to comment.