|
|
@ -1,4 +1,3 @@ |
|
|
|
|
|
|
|
/* dP dP dP */ |
|
|
|
/* 88 88 88 */ |
|
|
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */ |
|
|
@ -15,6 +14,7 @@ |
|
|
|
* { |
|
|
|
outline: none !important; |
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
color: var(--link-color); |
|
|
|
} |
|
|
@ -22,6 +22,7 @@ a { |
|
|
|
a:hover { |
|
|
|
color: var(--link-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
background: var(--main-bg-color); |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
@ -33,6 +34,7 @@ body { |
|
|
|
-o-background-size: auto, cover; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* Scrollbar */ |
|
|
|
@media only screen and (min-width: 768px) { |
|
|
|
html { |
|
|
@ -40,6 +42,7 @@ body { |
|
|
|
width: 100%; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
body { |
|
|
|
overflow-y: auto; |
|
|
|
height: 100%; |
|
|
@ -53,9 +56,11 @@ body { |
|
|
|
-o-background-size: auto, cover; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 14px; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb { |
|
|
|
min-height: 50px; |
|
|
|
border: 3px solid transparent; |
|
|
@ -63,9 +68,11 @@ body { |
|
|
|
background-color: hsla(0, 0%, 100%, .2); |
|
|
|
background-clip: padding-box; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-track { |
|
|
|
background-color: transparent; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover { |
|
|
|
min-height: 50px; |
|
|
|
border: 3px solid transparent; |
|
|
@ -73,6 +80,7 @@ body { |
|
|
|
background-color: hsla(0, 0%, 100%, .5); |
|
|
|
background-clip: padding-box; |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_container { |
|
|
|
background: var(--main-bg-color); |
|
|
|
background-repeat: repeat, no-repeat; |
|
|
@ -95,10 +103,20 @@ div#toolbar { |
|
|
|
background-image: none; |
|
|
|
border-bottom: 1px solid transparent; |
|
|
|
} |
|
|
|
div#toolbar > div#toolbar-separator { display:none} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-separator { |
|
|
|
display: none |
|
|
|
} |
|
|
|
|
|
|
|
/* Open torrent folder*/ |
|
|
|
div#toolbar > div#toolbar-open {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-open:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-open { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-open:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-open:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -108,9 +126,16 @@ div#toolbar { |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
margin-right: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Stop Icon */ |
|
|
|
div#toolbar > div#toolbar-remove {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-remove:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-remove { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-remove:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-remove:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -120,9 +145,16 @@ div#toolbar { |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Start Icon */ |
|
|
|
div#toolbar > div#toolbar-start {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-start:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-start { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-start:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-start:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -132,9 +164,16 @@ div#toolbar { |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Pause Icon */ |
|
|
|
div#toolbar > div#toolbar-pause {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-pause:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-pause { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-pause:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-pause:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -144,9 +183,16 @@ div#toolbar { |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Start-all Icon */ |
|
|
|
div#toolbar > div#toolbar-start-all {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-start-all:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-start-all { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-start-all:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-start-all:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -156,9 +202,16 @@ div#toolbar { |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
margin-left: 5px; |
|
|
|
} |
|
|
|
|
|
|
|
/* Pause-all Icon */ |
|
|
|
div#toolbar > div#toolbar-pause-all {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-pause-all:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-pause-all { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-pause-all:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-pause-all:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -167,9 +220,16 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
} |
|
|
|
|
|
|
|
/* Info Icon */ |
|
|
|
div#toolbar > div#toolbar-inspector {background-image: none;} |
|
|
|
div#toolbar > div#toolbar-inspector:hover:before {color: var(--accent-color-hover);} |
|
|
|
div#toolbar>div#toolbar-inspector { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-inspector:hover:before { |
|
|
|
color: var(--accent-color-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#toolbar>div#toolbar-inspector:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 33px; |
|
|
@ -178,42 +238,69 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: rgb(var(--accent-color)); |
|
|
|
} |
|
|
|
|
|
|
|
/* Statusbar */ |
|
|
|
#statusbar {border-bottom: 1px solid transparent;background-image:none; background-color:rgba(0, 0, 0, 0.25)} |
|
|
|
#statusbar { |
|
|
|
border-bottom: 1px solid transparent; |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25) |
|
|
|
} |
|
|
|
|
|
|
|
#statusbar #filter input#torrent_search { |
|
|
|
outline: none; |
|
|
|
border: none; |
|
|
|
border-radius: 2px; |
|
|
|
} |
|
|
|
|
|
|
|
#statusbar #filter input#torrent_search.blur { |
|
|
|
color: #999; |
|
|
|
outline: none; |
|
|
|
border: none; |
|
|
|
border-radius: 2px; |
|
|
|
} |
|
|
|
#statusbar #speed-info #speed-dn-icon {background: none;} |
|
|
|
|
|
|
|
#statusbar #speed-info #speed-dn-icon { |
|
|
|
background: none; |
|
|
|
} |
|
|
|
|
|
|
|
#statusbar #speed-info #speed-dn-icon:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 10px; |
|
|
|
content: "\f0d7"; |
|
|
|
font-weight: 900; |
|
|
|
} |
|
|
|
#statusbar #speed-info #speed-up-icon {background: none;} |
|
|
|
|
|
|
|
#statusbar #speed-info #speed-up-icon { |
|
|
|
background: none; |
|
|
|
} |
|
|
|
|
|
|
|
#statusbar #speed-info #speed-up-icon:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 10px; |
|
|
|
content: "\f0d8"; |
|
|
|
font-weight: 900; |
|
|
|
} |
|
|
|
ul.torrent_list,ul.torrent_list li.torrent.even {background: rgba(0, 0, 0, 0.25);} |
|
|
|
ul.torrent_list li.torrent div.torrent_name {color: var(--text-hover);} |
|
|
|
ul.torrent_list li.torrent.selected {background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
|
|
|
|
ul.torrent_list, |
|
|
|
ul.torrent_list li.torrent.even { |
|
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
ul.torrent_list li.torrent div.torrent_name { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
ul.torrent_list li.torrent.selected { |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
ul.torrent_list li.torrent { |
|
|
|
border-bottom: 1px solid rgba(204, 204, 204, 0.1); |
|
|
|
padding: 4px 30px 5px 14px; |
|
|
|
color: var(--text); |
|
|
|
background-color: rgba(255, 255, 255, 0.08); |
|
|
|
} |
|
|
|
|
|
|
|
/* Modal */ |
|
|
|
div.dialog_container div.dialog_window { |
|
|
|
background: var(--modal-bg-color); |
|
|
@ -227,17 +314,36 @@ div#toolbar { |
|
|
|
border: none !important; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
div.dialog_container div.dialog_window h2.dialog_heading,div#upload_container div.dialog_window div.dialog_message label {color: #dedede} |
|
|
|
input {color:var(--text-hover); background:rgba(0, 0, 0, .25)} |
|
|
|
#add-dialog-folder-input,#torrent_upload_url {color:var(--text-hover);outline:none;} |
|
|
|
div.dialog_container div.dialog_window div.dialog_message {color: #dedede;} |
|
|
|
|
|
|
|
div.dialog_container div.dialog_window h2.dialog_heading, |
|
|
|
div#upload_container div.dialog_window div.dialog_message label { |
|
|
|
color: #dedede |
|
|
|
} |
|
|
|
|
|
|
|
input { |
|
|
|
color: var(--text-hover); |
|
|
|
background: rgba(0, 0, 0, .25) |
|
|
|
} |
|
|
|
|
|
|
|
#add-dialog-folder-input, |
|
|
|
#torrent_upload_url { |
|
|
|
color: var(--text-hover); |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.dialog_container div.dialog_window div.dialog_message { |
|
|
|
color: #dedede; |
|
|
|
} |
|
|
|
|
|
|
|
/* Button*/ |
|
|
|
div.dialog_container div.dialog_window a { |
|
|
|
background-color: var(--button-color); |
|
|
|
border: 1px solid var(--button-color); |
|
|
|
color: var(--button-text); |
|
|
|
} |
|
|
|
div.dialog_container div.dialog_window a:hover, div.dialog_container div.dialog_window a:active { |
|
|
|
|
|
|
|
div.dialog_container div.dialog_window a:hover, |
|
|
|
div.dialog_container div.dialog_window a:active { |
|
|
|
background: none; |
|
|
|
background-color: var(--button-color-hover); |
|
|
|
border: 1px solid var(--button-color-hover); |
|
|
@ -271,48 +377,89 @@ div#toolbar { |
|
|
|
-o-background-size: auto, cover; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
.ui-widget-header {color: var(--text-hover) !important;} |
|
|
|
|
|
|
|
.ui-widget-header { |
|
|
|
color: var(--text-hover) !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui-widget .ui-widget { |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
|
|
|
|
.ui-widget { |
|
|
|
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); |
|
|
|
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); |
|
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); |
|
|
|
} |
|
|
|
#download-dir,#seedRatioLimit,#idle-seeding-limit,#speed-limit-up,#speed-limit-down,#alt-speed-up,#alt-speed-down,#peer-limit-per-torrent,#peer-limit-global,#blocklist-url,#blocklist-update-button,#peer-port {color: black; outline:none;} |
|
|
|
|
|
|
|
#download-dir, |
|
|
|
#seedRatioLimit, |
|
|
|
#idle-seeding-limit, |
|
|
|
#speed-limit-up, |
|
|
|
#speed-limit-down, |
|
|
|
#alt-speed-up, |
|
|
|
#alt-speed-down, |
|
|
|
#peer-limit-per-torrent, |
|
|
|
#peer-limit-global, |
|
|
|
#blocklist-url, |
|
|
|
#blocklist-update-button, |
|
|
|
#peer-port { |
|
|
|
color: black; |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
|
|
|
|
.ui-widget-header { |
|
|
|
border: 1px solid transparent; |
|
|
|
background: none; |
|
|
|
color: #222; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { |
|
|
|
|
|
|
|
.ui-state-active, |
|
|
|
.ui-widget-content .ui-state-active, |
|
|
|
.ui-widget-header .ui-state-active { |
|
|
|
border: 1px solid transparent; |
|
|
|
background: rgba(255, 255, 255, .1) !important; |
|
|
|
font-weight: normal; |
|
|
|
color: #dedede; |
|
|
|
} |
|
|
|
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { |
|
|
|
|
|
|
|
.ui-state-active a, |
|
|
|
.ui-state-active a:link, |
|
|
|
.ui-state-active a:visited { |
|
|
|
color: #dedede; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { |
|
|
|
|
|
|
|
.ui-state-default a, |
|
|
|
.ui-state-default a:link, |
|
|
|
.ui-state-default a:visited { |
|
|
|
color: #dedede; |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { |
|
|
|
|
|
|
|
.ui-state-default, |
|
|
|
.ui-widget-content .ui-state-default, |
|
|
|
.ui-widget-header .ui-state-default { |
|
|
|
border: 1px solid transparent; |
|
|
|
background: rgba(0, 0, 0, 0.25); |
|
|
|
font-weight: normal; |
|
|
|
color: #dedede; |
|
|
|
} |
|
|
|
|
|
|
|
.ui-tabs .ui-tabs-nav li.ui-tabs-active { |
|
|
|
padding-bottom: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
/*Close Icon*/ |
|
|
|
ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close {background-image: none;} |
|
|
|
ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close:hover:before {color: var(--text-hover);} |
|
|
|
ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close { |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 10px; |
|
|
@ -329,17 +476,30 @@ div#toolbar { |
|
|
|
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); |
|
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>* { |
|
|
|
border-color: transparent; |
|
|
|
height: auto; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
div#torrent_inspector div.inspector_torrent_file_list_entry_name, div#torrent_inspector ul.tier_list .tracker_activity,div#torrent_inspector ul.tier_list table,div#torrent_inspector div.tracker_host { |
|
|
|
|
|
|
|
div#torrent_inspector div.inspector_torrent_file_list_entry_name, |
|
|
|
div#torrent_inspector ul.tier_list .tracker_activity, |
|
|
|
div#torrent_inspector ul.tier_list table, |
|
|
|
div#torrent_inspector div.tracker_host { |
|
|
|
color: #dedede; |
|
|
|
} |
|
|
|
|
|
|
|
/*Info button*/ |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info {background-image: none;background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -348,9 +508,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info.selected {background-image: none;background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info.selected:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info.selected:before { |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info.selected { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-info.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f05a"; |
|
|
@ -360,8 +531,15 @@ div#toolbar { |
|
|
|
} |
|
|
|
|
|
|
|
/*Peers Button*/ |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers {background-image: none;background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -370,9 +548,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers.selected {background-image:none; background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers.selected:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers.selected:before { |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers.selected { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-peers.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f0c0"; |
|
|
@ -382,8 +571,15 @@ div#toolbar { |
|
|
|
} |
|
|
|
|
|
|
|
/*Tracker Button*/ |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers {background-image: none;background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -392,9 +588,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers.selected {background-image:none; background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers.selected:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers.selected:before { |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers.selected { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-trackers.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f233"; |
|
|
@ -404,8 +611,15 @@ div#toolbar { |
|
|
|
} |
|
|
|
|
|
|
|
/*Files Button*/ |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files {background-image: none;background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -414,9 +628,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files.selected {background-image:none; background-color: rgba(0, 0, 0, 0.25);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files.selected:hover:before {color: var(--text-hover);} |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files.selected:before { |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files.selected { |
|
|
|
background-image: none; |
|
|
|
background-color: rgba(0, 0, 0, 0.25); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files:active, |
|
|
|
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs>#inspector-tab-files.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f0c5"; |
|
|
@ -424,15 +649,27 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
tr.inspector_peer_entry.odd { |
|
|
|
background-color: rgba(255, 255, 255, 0.1); |
|
|
|
} |
|
|
|
|
|
|
|
/* Priority buttons */ |
|
|
|
div.file-priority-radiobox > * {border-color: transparent; width: auto;} |
|
|
|
div.file-priority-radiobox>* { |
|
|
|
border-color: transparent; |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
|
|
|
|
/*Low pri*/ |
|
|
|
div.file-priority-radiobox > div.low {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.low:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox>div.low { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.low:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.low:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
@ -441,9 +678,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.file-priority-radiobox > div.low:active, div.file-priority-radiobox > div.low.selected {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.low:active, div.file-priority-radiobox > div.low.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox > div.low:active, div.file-priority-radiobox > div.low.selectedbefore { |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.low:active, |
|
|
|
div.file-priority-radiobox>div.low.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.low:active, |
|
|
|
div.file-priority-radiobox>div.low.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.low:active, |
|
|
|
div.file-priority-radiobox>div.low.selectedbefore { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
|
content: "\f107"; |
|
|
@ -451,9 +699,17 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/*Normal pri*/ |
|
|
|
div.file-priority-radiobox > div.normal {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.normal:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox>div.normal { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.normal:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.normal:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
@ -462,9 +718,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.file-priority-radiobox > div.normal:active, div.file-priority-radiobox > div.normal.selected {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.normal:active, div.file-priority-radiobox > div.normal.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox > div.normal:active, div.file-priority-radiobox > div.normal.selectedbefore { |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.normal:active, |
|
|
|
div.file-priority-radiobox>div.normal.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.normal:active, |
|
|
|
div.file-priority-radiobox>div.normal.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.normal:active, |
|
|
|
div.file-priority-radiobox>div.normal.selectedbefore { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
|
content: "\f068"; |
|
|
@ -472,9 +739,17 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/*High pri*/ |
|
|
|
div.file-priority-radiobox > div.high {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.high:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox>div.high { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.high:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.high:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
@ -483,9 +758,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.file-priority-radiobox > div.high:active, div.file-priority-radiobox > div.high.selected {background-color: transparent;background-image: none;} |
|
|
|
div.file-priority-radiobox > div.high:active, div.file-priority-radiobox > div.high.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.file-priority-radiobox > div.high:active, div.file-priority-radiobox > div.high.selectedbefore { |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.high:active, |
|
|
|
div.file-priority-radiobox>div.high.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.high:active, |
|
|
|
div.file-priority-radiobox>div.high.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.file-priority-radiobox>div.high:active, |
|
|
|
div.file-priority-radiobox>div.high.selectedbefore { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 30px; |
|
|
|
content: "\f106"; |
|
|
@ -493,9 +779,11 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
div#torrent_inspector li.inspector_tracker_entry.odd { |
|
|
|
background-color: rgba(255, 255, 255, 0.1); |
|
|
|
} |
|
|
|
|
|
|
|
/*Bottom Toolbar*/ |
|
|
|
div.torrent_footer { |
|
|
|
border-top: 1px solid transparent; |
|
|
@ -503,12 +791,21 @@ div#toolbar { |
|
|
|
background-image: none; |
|
|
|
height: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer>div { |
|
|
|
border: 1px solid transparent; |
|
|
|
} |
|
|
|
|
|
|
|
/* Settings Icon */ |
|
|
|
div.torrent_footer #settings_menu {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #settings_menu:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #settings_menu { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #settings_menu:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #settings_menu:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -517,9 +814,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.torrent_footer #settings_menu:active, div.torrent_footer #settings_menu.selected {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #settings_menu:active, div.torrent_footer #settings_menu.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #settings_menu:active, div.torrent_footer #settings_menu.selected:before { |
|
|
|
|
|
|
|
div.torrent_footer #settings_menu:active, |
|
|
|
div.torrent_footer #settings_menu.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #settings_menu:active, |
|
|
|
div.torrent_footer #settings_menu.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #settings_menu:active, |
|
|
|
div.torrent_footer #settings_menu.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f013"; |
|
|
@ -527,9 +835,17 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* Prefs Icon */ |
|
|
|
div.torrent_footer #prefs-button {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #prefs-button:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #prefs-button { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #prefs-button:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #prefs-button:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -538,9 +854,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.torrent_footer #prefs-button:active, div.torrent_footer #prefs-button.selected {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #prefs-button:active, div.torrent_footer #prefs-button.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #prefs-button:active, div.torrent_footer #prefs-button.selected:before { |
|
|
|
|
|
|
|
div.torrent_footer #prefs-button:active, |
|
|
|
div.torrent_footer #prefs-button.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #prefs-button:active, |
|
|
|
div.torrent_footer #prefs-button.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #prefs-button:active, |
|
|
|
div.torrent_footer #prefs-button.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f0ad"; |
|
|
@ -548,9 +875,17 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/* Turtle Icon */ |
|
|
|
div.torrent_footer #turtle-button {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #turtle-button:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #turtle-button { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #turtle-button:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #turtle-button:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -559,9 +894,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.torrent_footer #turtle-button:active, div.torrent_footer #turtle-button.selected {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #turtle-button:active, div.torrent_footer #turtle-button.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #turtle-button:active, div.torrent_footer #turtle-button.selected:before { |
|
|
|
|
|
|
|
div.torrent_footer #turtle-button:active, |
|
|
|
div.torrent_footer #turtle-button.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #turtle-button:active, |
|
|
|
div.torrent_footer #turtle-button.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #turtle-button:active, |
|
|
|
div.torrent_footer #turtle-button.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f3fd"; |
|
|
@ -569,9 +915,17 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: white; |
|
|
|
} |
|
|
|
|
|
|
|
/* Compact Icon */ |
|
|
|
div.torrent_footer #compact-button {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #compact-button:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #compact-button { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #compact-button:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #compact-button:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
@ -580,9 +934,20 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
div.torrent_footer #compact-button:active, div.torrent_footer #compact-button.selected {background-color: transparent; background-image: none;} |
|
|
|
div.torrent_footer #compact-button:active, div.torrent_footer #compact-button.selected:hover:before {color: var(--text-hover);} |
|
|
|
div.torrent_footer #compact-button:active, div.torrent_footer #compact-button.selected:before { |
|
|
|
|
|
|
|
div.torrent_footer #compact-button:active, |
|
|
|
div.torrent_footer #compact-button.selected { |
|
|
|
background-color: transparent; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #compact-button:active, |
|
|
|
div.torrent_footer #compact-button.selected:hover:before { |
|
|
|
color: var(--text-hover); |
|
|
|
} |
|
|
|
|
|
|
|
div.torrent_footer #compact-button:active, |
|
|
|
div.torrent_footer #compact-button.selected:before { |
|
|
|
font-family: "Font Awesome 5 Free"; |
|
|
|
font-size: 20px; |
|
|
|
content: "\f0ca"; |
|
|
@ -590,19 +955,28 @@ div#toolbar { |
|
|
|
display: inline-block; |
|
|
|
color: var(--text); |
|
|
|
} |
|
|
|
|
|
|
|
/*Compact mode*/ |
|
|
|
ul.torrent_list li.torrent div.torrent_name.paused,ul.torrent_list li.torrent.compact div.torrent_name { |
|
|
|
ul.torrent_list li.torrent div.torrent_name.paused, |
|
|
|
ul.torrent_list li.torrent.compact div.torrent_name { |
|
|
|
color: #dedede; |
|
|
|
} |
|
|
|
|
|
|
|
/* Settings menu */ |
|
|
|
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { |
|
|
|
.ui-state-hover, |
|
|
|
.ui-widget-content .ui-state-hover, |
|
|
|
.ui-widget-header .ui-state-hover, |
|
|
|
.ui-state-focus, |
|
|
|
.ui-widget-content .ui-state-focus, |
|
|
|
.ui-widget-header .ui-state-focus { |
|
|
|
border: 1px solid transparent; |
|
|
|
background: none; |
|
|
|
background-color: rgba(255, 255, 255, 0.1); |
|
|
|
color: var(--text-hover); |
|
|
|
outline: none; |
|
|
|
} |
|
|
|
.ui-icon, .ui-widget-content .ui-icon { |
|
|
|
|
|
|
|
.ui-icon, |
|
|
|
.ui-widget-content .ui-icon { |
|
|
|
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/transmission/icons.png); |
|
|
|
} |
|
|
|
|
|
|
|