Add option to add torrent without starting

This commit is contained in:
John Furrow
2016-04-23 14:33:40 -07:00
parent fc01d93431
commit dda0ce0e88
25 changed files with 155 additions and 182 deletions
+9 -5
View File
@@ -154,16 +154,20 @@ $modal--tabs--padding--vertical--left: $modal--padding--horizontal;
}
&__button-group {
text-align: right;
align-items: center;
display: flex;
justify-content: flex-end;
.modal--align-center & {
text-align: center;
justify-content: center;
}
.button {
.button,
.checkbox {
& + .button {
margin-left: 20px;
& + .button,
& + .checkbox {
margin-left: $spacing-unit * 3/5;
}
}
}
+5 -1
View File
@@ -293,8 +293,12 @@ $torrent--background--error: #e95779;
color: #fff;
}
.is-stopped & {
color: $torrent--tertiary--foreground--stopped;
}
.is-selected.is-stopped & {
color: $torrent--tertiary--foreground--selected--stopped;
color: $torrent--tertiary--foreground--selected--stopped !important;
}
}