mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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
2 changed files with 2 additions and 3 deletions
|
@ -154,14 +154,14 @@ input {
|
||||||
|
|
||||||
|
|
||||||
/* Sidebar styles */
|
/* Sidebar styles */
|
||||||
.x-deluge-filters .x-grid3-col-filter {
|
#sidebar .x-grid3-col-filter {
|
||||||
height: 16px;
|
height: 16px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.x-deluge-filters .x-deluge-filter {
|
#sidebar .x-deluge-filter {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -415,7 +415,6 @@ Deluge.SideBar = {
|
||||||
id: filter + '-panel',
|
id: filter + '-panel',
|
||||||
store: store,
|
store: store,
|
||||||
title: title,
|
title: title,
|
||||||
cls: 'x-deluge-filters',
|
|
||||||
columns: [
|
columns: [
|
||||||
{id: 'filter', sortable: false, renderer: this.renderer, dataIndex: 'filter'}
|
{id: 'filter', sortable: false, renderer: this.renderer, dataIndex: 'filter'}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue