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:
Jordan Lee 2012-10-15 04:20:55 +00:00
parent 8fb80f5132
commit 25bee8d4a2
4 changed files with 0 additions and 28 deletions

View File

@ -593,13 +593,8 @@ div#torrent_inspector {
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
color: #999;
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 li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
background-position: left -38px;
cursor: default; }
/* Peers Inspector Tab */

View File

@ -643,17 +643,8 @@ div#torrent_inspector
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,
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
background-position: left -38px;
cursor: default;
}
}

View File

@ -549,13 +549,8 @@ div#torrent_inspector {
div#torrent_inspector div.inspector_torrent_file_list_entry_progress {
color: #999;
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 li.inspector_torrent_file_list_entry.complete > .file_wanted_control {
background-position: left -38px;
cursor: default; }
/* Peers Inspector Tab */

View File

@ -582,17 +582,8 @@ div#torrent_inspector
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,
li.inspector_torrent_file_list_entry.complete>.file_wanted_control {
background-position: left -38px;
cursor: default;
}
}