(trunk web) #4606 "make selected torrents in webui more discernible" -- fixed.

This commit is contained in:
Jordan Lee 2011-11-11 05:58:51 +00:00
parent 919c6b52fc
commit e0e47db352
4 changed files with 1295 additions and 275 deletions

View File

@ -87,18 +87,18 @@ div#toolbar {
background-repeat: no-repeat;
margin-left: 4px; }
div#toolbar div#toolbar-open:active, div#toolbar div#toolbar-open:hover, div#toolbar div#toolbar-open.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-folder.png");
/* fallback */
background-image: url("images/toolbar-folder.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-folder.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-folder.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-folder.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-folder.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-folder.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-folder.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-folder.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-folder.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-folder.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -123,18 +123,18 @@ div#toolbar {
background-position: center;
background-repeat: no-repeat; }
div#toolbar > div#toolbar-remove:active, div#toolbar > div#toolbar-remove:hover, div#toolbar > div#toolbar-remove.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-close.png");
/* fallback */
background-image: url("images/toolbar-close.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-close.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-close.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-close.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-close.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-close.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-close.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-close.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-close.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-close.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -160,18 +160,18 @@ div#toolbar {
background-repeat: no-repeat;
margin-left: 20px; }
div#toolbar > div#toolbar-start:active, div#toolbar > div#toolbar-start:hover, div#toolbar > div#toolbar-start.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-start.png");
/* fallback */
background-image: url("images/toolbar-start.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-start.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-start.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-start.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-start.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-start.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-start.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-start.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-start.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-start.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -196,18 +196,18 @@ div#toolbar {
background-position: center;
background-repeat: no-repeat; }
div#toolbar > div#toolbar-pause:active, div#toolbar > div#toolbar-pause:hover, div#toolbar > div#toolbar-pause.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-pause.png");
/* fallback */
background-image: url("images/toolbar-pause.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-pause.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-pause.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pause.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-pause.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pause.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-pause.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pause.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-pause.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pause.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -231,18 +231,18 @@ div#toolbar {
background-repeat: no-repeat;
margin-left: 20px; }
div#toolbar > div#toolbar-select:active, div#toolbar > div#toolbar-select:hover, div#toolbar > div#toolbar-select.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-pointer.png");
/* fallback */
background-image: url("images/toolbar-pointer.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-pointer.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-pointer.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pointer.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-pointer.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pointer.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-pointer.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pointer.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-pointer.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-pointer.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -267,18 +267,18 @@ div#toolbar {
float: right;
margin-right: 8px; }
div#toolbar > div#toolbar-inspector:active, div#toolbar > div#toolbar-inspector:hover, div#toolbar > div#toolbar-inspector.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/toolbar-info.png");
/* fallback */
background-image: url("images/toolbar-info.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/toolbar-info.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/toolbar-info.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-info.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/toolbar-info.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-info.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/toolbar-info.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-info.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/toolbar-info.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/toolbar-info.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -443,7 +443,7 @@ ul.torrent_list {
ul.torrent_list li.torrent.even {
background-color: #F7F7F7; }
ul.torrent_list li.torrent.selected {
background-color: #ffe4e1; }
background-color: #cdcdff; }
ul.torrent_list li.torrent.compact div.torrent_name {
color: black; }
ul.torrent_list li.torrent a {
@ -656,18 +656,18 @@ div#torrent_inspector {
background-repeat: no-repeat;
border-left-width: 1px; }
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info:hover, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-info.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/inspector-info.png");
/* fallback */
background-image: url("images/inspector-info.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/inspector-info.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/inspector-info.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-info.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/inspector-info.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-info.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/inspector-info.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-info.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/inspector-info.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-info.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -688,18 +688,18 @@ div#torrent_inspector {
background-position: center;
background-repeat: no-repeat; }
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers:hover, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-peers.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/inspector-peers.png");
/* fallback */
background-image: url("images/inspector-peers.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/inspector-peers.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/inspector-peers.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-peers.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/inspector-peers.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-peers.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/inspector-peers.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-peers.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/inspector-peers.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-peers.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -720,18 +720,18 @@ div#torrent_inspector {
background-position: center;
background-repeat: no-repeat; }
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers:hover, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-trackers.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/inspector-trackers.png");
/* fallback */
background-image: url("images/inspector-trackers.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/inspector-trackers.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/inspector-trackers.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-trackers.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/inspector-trackers.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-trackers.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/inspector-trackers.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-trackers.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/inspector-trackers.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-trackers.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -756,18 +756,18 @@ div#torrent_inspector {
background-position: center;
background-repeat: no-repeat; }
div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:active, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files:hover, div#torrent_inspector #inspector-tabs-wrapper #inspector-tabs > #inspector-tab-files.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/inspector-files.png");
/* fallback */
background-image: url("images/inspector-files.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/inspector-files.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/inspector-files.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-files.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/inspector-files.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-files.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/inspector-files.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-files.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/inspector-files.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/inspector-files.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -942,18 +942,18 @@ div.file-priority-radiobox {
background-repeat: no-repeat;
border-right-width: 0px; }
div.file-priority-radiobox > div.low:active, div.file-priority-radiobox > div.low:hover, div.file-priority-radiobox > div.low.selected {
background-color: #eddcdc;
background-color: #e6e6ff;
background-image: url("images/file-priority-low.png");
/* fallback */
background-image: url("images/file-priority-low.png"), -webkit-gradient(linear, left top, left bottom, from(#e3c8c8), to(#f8f1f1));
background-image: url("images/file-priority-low.png"), -webkit-gradient(linear, left top, left bottom, from(#d7d7ff), to(#f5f5ff));
/* Saf4+, Chrome */
background-image: url("images/file-priority-low.png"), -webkit-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-low.png"), -webkit-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/file-priority-low.png"), -moz-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-low.png"), -moz-linear-gradient(top, #d7d7ff, #f5f5ff);
/* FF3.6+ */
background-image: url("images/file-priority-low.png"), -ms-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-low.png"), -ms-linear-gradient(top, #d7d7ff, #f5f5ff);
/* IE10 */
background-image: url("images/file-priority-low.png"), -o-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-low.png"), -o-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -974,18 +974,18 @@ div.file-priority-radiobox {
background-position: center;
background-repeat: no-repeat; }
div.file-priority-radiobox > div.normal:active, div.file-priority-radiobox > div.normal:hover, div.file-priority-radiobox > div.normal.selected {
background-color: #eddcdc;
background-color: #e6e6ff;
background-image: url("images/file-priority-normal.png");
/* fallback */
background-image: url("images/file-priority-normal.png"), -webkit-gradient(linear, left top, left bottom, from(#e3c8c8), to(#f8f1f1));
background-image: url("images/file-priority-normal.png"), -webkit-gradient(linear, left top, left bottom, from(#d7d7ff), to(#f5f5ff));
/* Saf4+, Chrome */
background-image: url("images/file-priority-normal.png"), -webkit-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-normal.png"), -webkit-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/file-priority-normal.png"), -moz-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-normal.png"), -moz-linear-gradient(top, #d7d7ff, #f5f5ff);
/* FF3.6+ */
background-image: url("images/file-priority-normal.png"), -ms-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-normal.png"), -ms-linear-gradient(top, #d7d7ff, #f5f5ff);
/* IE10 */
background-image: url("images/file-priority-normal.png"), -o-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-normal.png"), -o-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -1011,18 +1011,18 @@ div.file-priority-radiobox {
background-repeat: no-repeat;
border-left-width: 0px; }
div.file-priority-radiobox > div.high:active, div.file-priority-radiobox > div.high:hover, div.file-priority-radiobox > div.high.selected {
background-color: #eddcdc;
background-color: #e6e6ff;
background-image: url("images/file-priority-high.png");
/* fallback */
background-image: url("images/file-priority-high.png"), -webkit-gradient(linear, left top, left bottom, from(#e3c8c8), to(#f8f1f1));
background-image: url("images/file-priority-high.png"), -webkit-gradient(linear, left top, left bottom, from(#d7d7ff), to(#f5f5ff));
/* Saf4+, Chrome */
background-image: url("images/file-priority-high.png"), -webkit-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-high.png"), -webkit-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/file-priority-high.png"), -moz-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-high.png"), -moz-linear-gradient(top, #d7d7ff, #f5f5ff);
/* FF3.6+ */
background-image: url("images/file-priority-high.png"), -ms-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-high.png"), -ms-linear-gradient(top, #d7d7ff, #f5f5ff);
/* IE10 */
background-image: url("images/file-priority-high.png"), -o-linear-gradient(top, #e3c8c8, #f8f1f1);
background-image: url("images/file-priority-high.png"), -o-linear-gradient(top, #d7d7ff, #f5f5ff);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -1075,18 +1075,18 @@ div.torrent_footer {
background-position: center;
background-repeat: no-repeat; }
div.torrent_footer div.main_container:active, div.torrent_footer div.main_container:hover, div.torrent_footer div.main_container.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/settings.png");
/* fallback */
background-image: url("images/settings.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/settings.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/settings.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/settings.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/settings.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/settings.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/settings.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/settings.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/settings.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/settings.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -1109,18 +1109,18 @@ div.torrent_footer {
background-position: center;
background-repeat: no-repeat; }
div.torrent_footer #prefs-button:active, div.torrent_footer #prefs-button:hover, div.torrent_footer #prefs-button.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/wrench.png");
/* fallback */
background-image: url("images/wrench.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/wrench.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/wrench.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/wrench.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/wrench.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/wrench.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/wrench.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/wrench.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/wrench.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/wrench.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -1143,18 +1143,18 @@ div.torrent_footer {
background-position: center;
background-repeat: no-repeat; }
div.torrent_footer #turtle-button:active, div.torrent_footer #turtle-button:hover, div.torrent_footer #turtle-button.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/turtle.png");
/* fallback */
background-image: url("images/turtle.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/turtle.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/turtle.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/turtle.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/turtle.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/turtle.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/turtle.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/turtle.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/turtle.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/turtle.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }
@ -1177,18 +1177,18 @@ div.torrent_footer {
background-position: center;
background-repeat: no-repeat; }
div.torrent_footer #compact-button:active, div.torrent_footer #compact-button:hover, div.torrent_footer #compact-button.selected {
background-color: #eedddd;
background-color: #e6e6ff;
background-image: url("images/compact.png");
/* fallback */
background-image: url("images/compact.png"), -webkit-gradient(linear, left top, left bottom, from(#ddbbbb), to(white));
background-image: url("images/compact.png"), -webkit-gradient(linear, left top, left bottom, from(#cdcdff), to(white));
/* Saf4+, Chrome */
background-image: url("images/compact.png"), -webkit-linear-gradient(top, #ddbbbb, white);
background-image: url("images/compact.png"), -webkit-linear-gradient(top, #cdcdff, white);
/* Chrome 10+, Saf5.1+ */
background-image: url("images/compact.png"), -moz-linear-gradient(top, #ddbbbb, white);
background-image: url("images/compact.png"), -moz-linear-gradient(top, #cdcdff, white);
/* FF3.6+ */
background-image: url("images/compact.png"), -ms-linear-gradient(top, #ddbbbb, white);
background-image: url("images/compact.png"), -ms-linear-gradient(top, #cdcdff, white);
/* IE10 */
background-image: url("images/compact.png"), -o-linear-gradient(top, #ddbbbb, white);
background-image: url("images/compact.png"), -o-linear-gradient(top, #cdcdff, white);
/* Opera 11.10+ */
background-position: center;
background-repeat: no-repeat; }

View File

@ -29,7 +29,8 @@
$nonselected-gradient-top: white;
$nonselected-gradient-bottom: #BBB;
$selected-gradient-top: #DBB;
$selection-color: #cdcdff;
$selected-gradient-top: $selection-color;
$selected-gradient-bottom: white;
@mixin button {
@ -358,7 +359,7 @@ ul.torrent_list
&.compact { padding: 4px; }
&.even { background-color: #F7F7F7; }
&.selected { background-color: #ffe4e1; }
&.selected { background-color: $selection-color; }
&.compact { div.torrent_name { color: black; } }
// start-stop button

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,8 @@
$nonselected-gradient-top: white;
$nonselected-gradient-bottom: #BBB;
$selected-gradient-top: #DBB;
$selection-color: #cdcdff;
$selected-gradient-top: $selection-color;
$selected-gradient-bottom: white;
@mixin button {
@ -329,7 +330,7 @@ ul.torrent_list
&.compact { padding: 4px; }
&.even { background-color: #F7F7F7; }
&.selected { background-color: #ffe4e1; }
&.selected { background-color: $selection-color; }
&.compact { div.torrent_name { color: black; } }
// start-stop button