mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
implement torrent statuses management #28
This commit is contained in:
parent
3cbc6ea90f
commit
989f2f3311
64 changed files with 1051 additions and 282 deletions
|
|
@ -208,6 +208,14 @@ a.button-green:hover {
|
|||
border-top: 1px #5d627d solid;
|
||||
}
|
||||
|
||||
.border-bottom-dashed {
|
||||
border-bottom: 1px #5d627d dashed;
|
||||
}
|
||||
|
||||
.border-top-dashed {
|
||||
border-top: 1px #5d627d dashed;
|
||||
}
|
||||
|
||||
.border-width-2-px {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
|
@ -367,6 +375,10 @@ a:visited.background-color-hover-night-light:hover {
|
|||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.margin-t-4-px {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.margin-l-4-px {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue