remove unneeded background-image rules for the inspector's file list's 'file wanted' checkbox; we use the browser's checkbox now
This commit is contained in:
parent
8fb80f5132
commit
25bee8d4a2
|
@ -593,13 +593,8 @@ div#torrent_inspector {
|
||||||
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
|
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-left: 20px; }
|
margin-left: 20px; }
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.skip > .file_wanted_control {
|
|
||||||
background-position: left top; }
|
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
|
||||||
background-position: left -19px; }
|
|
||||||
div#torrent_inspector ul.single_file li.inspector_torrent_file_list_entry > .file_wanted_control,
|
div#torrent_inspector ul.single_file li.inspector_torrent_file_list_entry > .file_wanted_control,
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
||||||
background-position: left -38px;
|
|
||||||
cursor: default; }
|
cursor: default; }
|
||||||
|
|
||||||
/* Peers Inspector Tab */
|
/* Peers Inspector Tab */
|
||||||
|
|
|
@ -643,17 +643,8 @@ div#torrent_inspector
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.inspector_torrent_file_list_entry.skip>.file_wanted_control {
|
|
||||||
background-position: left top;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
|
||||||
background-position: left -19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.single_file li.inspector_torrent_file_list_entry>.file_wanted_control,
|
ul.single_file li.inspector_torrent_file_list_entry>.file_wanted_control,
|
||||||
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
||||||
background-position: left -38px;
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -549,13 +549,8 @@ div#torrent_inspector {
|
||||||
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
|
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
|
||||||
color: #999;
|
color: #999;
|
||||||
margin-left: 20px; }
|
margin-left: 20px; }
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.skip > .file_wanted_control {
|
|
||||||
background-position: left top; }
|
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
|
||||||
background-position: left -19px; }
|
|
||||||
div#torrent_inspector ul.single_file li.inspector_torrent_file_list_entry > .file_wanted_control,
|
div#torrent_inspector ul.single_file li.inspector_torrent_file_list_entry > .file_wanted_control,
|
||||||
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
div#torrent_inspector li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
|
||||||
background-position: left -38px;
|
|
||||||
cursor: default; }
|
cursor: default; }
|
||||||
|
|
||||||
/* Peers Inspector Tab */
|
/* Peers Inspector Tab */
|
||||||
|
|
|
@ -582,17 +582,8 @@ div#torrent_inspector
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.inspector_torrent_file_list_entry.skip>.file_wanted_control {
|
|
||||||
background-position: left top;
|
|
||||||
}
|
|
||||||
|
|
||||||
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
|
||||||
background-position: left -19px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.single_file li.inspector_torrent_file_list_entry>.file_wanted_control,
|
ul.single_file li.inspector_torrent_file_list_entry>.file_wanted_control,
|
||||||
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
|
||||||
background-position: left -38px;
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue