mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 11:21:08 +00:00
remove the x-deluge-filters class from a filters panel since we can just use #sidebar
This commit is contained in:
parent
608826ce32
commit
d0a083b1b1
@ -154,14 +154,14 @@ input {
|
||||
|
||||
|
||||
/* Sidebar styles */
|
||||
.x-deluge-filters .x-grid3-col-filter {
|
||||
#sidebar .x-grid3-col-filter {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
padding: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.x-deluge-filters .x-deluge-filter {
|
||||
#sidebar .x-deluge-filter {
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
@ -415,7 +415,6 @@ Deluge.SideBar = {
|
||||
id: filter + '-panel',
|
||||
store: store,
|
||||
title: title,
|
||||
cls: 'x-deluge-filters',
|
||||
columns: [
|
||||
{id: 'filter', sortable: false, renderer: this.renderer, dataIndex: 'filter'}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user