mirror of
https://github.com/transmission/transmission.git
synced 2026-04-17 15:45:27 +01:00
(trunk web) remove dead css from the removed filter popup
This commit is contained in:
@@ -77,13 +77,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="filter-popup" style="display:none;">
|
||||
<div id='filter-popup-workarea'>
|
||||
<div id='filter-by-state'></div>
|
||||
<div id='filter-by-tracker'></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="prefs-dialog" style="display:none;">
|
||||
<ul>
|
||||
<li id="prefs-tab-general"><a href="#prefs-page-torrents">Torrents</a></li>
|
||||
|
||||
@@ -143,57 +143,6 @@ div#toolbar {
|
||||
#statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
|
||||
display: inline; }
|
||||
|
||||
/***
|
||||
****
|
||||
**** FILTER POPUP
|
||||
****
|
||||
***/
|
||||
#filter-popup {
|
||||
color: #222;
|
||||
/* !important; */
|
||||
background: #FFF;
|
||||
z-index: 100; }
|
||||
#filter-popup li {
|
||||
text-align: left; }
|
||||
#filter-popup .count {
|
||||
padding-left: 3px; }
|
||||
#filter-popup .row {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
margin: 8px 2px;
|
||||
position: relative;
|
||||
height: 18px;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none; }
|
||||
#filter-popup .row .filter-img {
|
||||
border: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 0px; }
|
||||
#filter-popup .row .filter-name {
|
||||
position: absolute;
|
||||
left: 20px; }
|
||||
#filter-popup .row .count {
|
||||
float: right;
|
||||
color: #aaa; }
|
||||
#filter-popup .row:hover, #filter-popup .row.selected {
|
||||
font-weight: bold; }
|
||||
#filter-popup #filter-by-state {
|
||||
float: left;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
#filter-popup #filter-by-state .row .filter-img {
|
||||
display: none; }
|
||||
#filter-popup #filter-by-state .row .filter-name {
|
||||
left: 0px; }
|
||||
#filter-popup #filter-by-tracker {
|
||||
float: right;
|
||||
width: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
|
||||
/***
|
||||
****
|
||||
**** TORRENT CONTAINER
|
||||
|
||||
@@ -247,70 +247,6 @@ $statusbar-height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
****
|
||||
**** FILTER POPUP
|
||||
****
|
||||
***/
|
||||
|
||||
#filter-popup
|
||||
{
|
||||
color: #222;/* !important; */
|
||||
background: #FFF;
|
||||
z-index: 100;
|
||||
|
||||
li { text-align: left }
|
||||
|
||||
.count {
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.row {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
margin: 8px 2px;
|
||||
position: relative;
|
||||
height: 18px;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
.filter-img {
|
||||
border: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
}
|
||||
.filter-name {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
}
|
||||
.count {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
#filter-by-state {
|
||||
float: left;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.row .filter-img { display: none; }
|
||||
.row .filter-name { left: 0px; }
|
||||
}
|
||||
|
||||
#filter-by-tracker {
|
||||
float: right;
|
||||
width: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
****
|
||||
**** TORRENT CONTAINER
|
||||
|
||||
@@ -137,57 +137,6 @@ div#toolbar {
|
||||
#statusbar #speed-info #speed-up-container, #statusbar #speed-info #speed-dn-container {
|
||||
display: inline; }
|
||||
|
||||
/***
|
||||
****
|
||||
**** FILTER POPUP
|
||||
****
|
||||
***/
|
||||
#filter-popup {
|
||||
color: #222;
|
||||
/* !important; */
|
||||
background: #FFF;
|
||||
z-index: 100; }
|
||||
#filter-popup li {
|
||||
text-align: left; }
|
||||
#filter-popup .count {
|
||||
padding-left: 3px; }
|
||||
#filter-popup .row {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
margin: 8px 2px;
|
||||
position: relative;
|
||||
height: 18px;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none; }
|
||||
#filter-popup .row .filter-img {
|
||||
border: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 0px; }
|
||||
#filter-popup .row .filter-name {
|
||||
position: absolute;
|
||||
left: 20px; }
|
||||
#filter-popup .row .count {
|
||||
float: right;
|
||||
color: #aaa; }
|
||||
#filter-popup .row:hover, #filter-popup .row.selected {
|
||||
font-weight: bold; }
|
||||
#filter-popup #filter-by-state {
|
||||
float: left;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
#filter-popup #filter-by-state .row .filter-img {
|
||||
display: none; }
|
||||
#filter-popup #filter-by-state .row .filter-name {
|
||||
left: 0px; }
|
||||
#filter-popup #filter-by-tracker {
|
||||
float: right;
|
||||
width: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis; }
|
||||
|
||||
/***
|
||||
****
|
||||
**** TORRENT CONTAINER
|
||||
|
||||
@@ -236,70 +236,6 @@ $statusbar-height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
****
|
||||
**** FILTER POPUP
|
||||
****
|
||||
***/
|
||||
|
||||
#filter-popup
|
||||
{
|
||||
color: #222;/* !important; */
|
||||
background: #FFF;
|
||||
z-index: 100;
|
||||
|
||||
li { text-align: left }
|
||||
|
||||
.count {
|
||||
padding-left: 3px;
|
||||
}
|
||||
|
||||
.row {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
margin: 8px 2px;
|
||||
position: relative;
|
||||
height: 18px;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
|
||||
.filter-img {
|
||||
border: none;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
}
|
||||
.filter-name {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
}
|
||||
.count {
|
||||
float: right;
|
||||
color: #aaa;
|
||||
}
|
||||
&:hover, &.selected {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
#filter-by-state {
|
||||
float: left;
|
||||
width: 120px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
.row .filter-img { display: none; }
|
||||
.row .filter-name { left: 0px; }
|
||||
}
|
||||
|
||||
#filter-by-tracker {
|
||||
float: right;
|
||||
width: 130px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
****
|
||||
**** TORRENT CONTAINER
|
||||
|
||||
Reference in New Issue
Block a user