mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
Fix filter text box bugs reported by BentMyWookie and a bit more cleanup
This commit is contained in:
@@ -47,9 +47,7 @@ $(document).ready( function() {
|
||||
// firefox so have to be safari-specific
|
||||
$('#torrent_inspector').css('height', '100%');
|
||||
|
||||
// Set Filter input to type search (nicely styled input field)
|
||||
$('#torrent_search')[0].type = 'search';
|
||||
$('#torrent_search')[0].placeholder = 'Filter';
|
||||
// Move search field's margin down for the styled input
|
||||
$('#torrent_search').css('margin-top', 3);
|
||||
}
|
||||
if (!Safari3 && !iPhone) {
|
||||
|
||||
Reference in New Issue
Block a user