mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-23 19:58:03 -08:00
Continuing to Organize into Two Columns
This commit is contained in:
17
style.css
17
style.css
@@ -61,6 +61,10 @@ button:disabled {
|
||||
filter: brightness(0.6);
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
@@ -104,6 +108,7 @@ label[for="torrent"] {
|
||||
box-sizing: border-box;
|
||||
border-radius: 900px;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -157,6 +162,18 @@ input {
|
||||
width: 440px;
|
||||
}
|
||||
|
||||
#addTracker, #addWebseed {
|
||||
width: 440px;
|
||||
color: var(--light-blue);
|
||||
background: var(--dark-blue);
|
||||
border: 1px solid var(--light-blue);
|
||||
padding: 8px;
|
||||
box-sizing: border-box;
|
||||
border-radius: 900px;
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media (max-width: 1080px) {
|
||||
|
||||
#reset {
|
||||
|
||||
Reference in New Issue
Block a user