diff --git a/apps/i2psnark/resources/themes/dark/snark.css b/apps/i2psnark/resources/themes/dark/snark.css index 7491a0db5..77251bdbc 100644 --- a/apps/i2psnark/resources/themes/dark/snark.css +++ b/apps/i2psnark/resources/themes/dark/snark.css @@ -1527,6 +1527,24 @@ input[size="85"] { margin-left: 5px !important; } +.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] { + width: 80%; +} + +.addtorrentsection td:nth-child(2) { + text-align: left; +} + +#addButton.highlight { + background: #f60 url(images/add.png) left 6px center no-repeat !important; + background-size: 12px 12px !important; +} + +#newFile.highlight { + background: #f60; + color: #fff; +} + select { background: #332940 url(images/dropdown.png) right center no-repeat !important; -moz-appearance: none; @@ -2326,6 +2344,7 @@ input.starttorrent { } #configs td:nth-child(2) { + text-align: left; white-space: nowrap; } diff --git a/apps/i2psnark/resources/themes/light/snark.css b/apps/i2psnark/resources/themes/light/snark.css index fe70e7a21..9a5dc7709 100644 --- a/apps/i2psnark/resources/themes/light/snark.css +++ b/apps/i2psnark/resources/themes/light/snark.css @@ -1282,6 +1282,24 @@ thead a:active img { width: 80%; } +.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] { + width: 80%; +} + +.addtorrentsection td:nth-child(2) { + text-align: left; +} + +#addButton.highlight { + background: #f60 url(images/add.png) left 6px center no-repeat; + background-size: 12px 12px; +} + +#newFile.highlight { + background: #f60; + color: #fff; +} + .addtorrentsection tr:first-child td > *, .newtorrentsection tr:first-child td > * { vertical-align: middle; } @@ -2028,6 +2046,7 @@ input.create { /* configs */ #configs td:nth-child(2) { + text-align: left; white-space: nowrap; } diff --git a/apps/i2psnark/resources/themes/vanilla/snark.css b/apps/i2psnark/resources/themes/vanilla/snark.css index 1d612a33b..8b7fb63d1 100644 --- a/apps/i2psnark/resources/themes/vanilla/snark.css +++ b/apps/i2psnark/resources/themes/vanilla/snark.css @@ -1853,6 +1853,24 @@ img[src$="details.png"] { width: calc(100% - 200px); } +.addtorrentsection input[type="text"], .newtorrentsection input[type="text"] { + width: 80%; +} + +.addtorrentsection td:nth-child(2) { + text-align: left; +} + +#addButton.highlight { + background: #f60 url(images/add.png) no-repeat 5px center; + padding: 5px 5px 5px 21px !important; +} + +#newFile.highlight { + background: #f60; + color: #fff; +} + .snarkConfig tr:nth-last-child(4) td, .trackerconfig tr:nth-last-child(4) td { padding-bottom: 10px; } @@ -2286,6 +2304,7 @@ input#toggle_debug:checked + label + #dhtDebugInner { } #configs td:nth-child(2) { + text-align: left; white-space: nowrap; }