mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 02:29:01 +00:00
Add option to add torrent without starting
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user