Browse Source

Replace show/hide torrent group symbols

biotorrents 4 years ago
parent
commit
ccb667181e

BIN
static/common/symbols/hide.png View File


BIN
static/common/symbols/show.png View File


+ 2
- 2
static/styles/bookish/scss/layout.scss View File

@@ -162,13 +162,13 @@ aside {
162 162
 .show_torrents {
163 163
     width: 21px;
164 164
     height: 28px;
165
-    background: url("/static/common/forums/show2.png") no-repeat center center;
165
+    background: url("/static/common/symbols/show.png") no-repeat center center;
166 166
 }
167 167
 
168 168
 .hide_torrents {
169 169
     width: 21px;
170 170
     height: 28px;
171
-    background: url("/static/common/forums/hide2.png") no-repeat center center;
171
+    background: url("/static/common/symbols/hide.png") no-repeat center center;
172 172
 }
173 173
 
174 174
 .show_torrents_link {

+ 2
- 2
static/styles/matcha/scss/matcha.scss View File

@@ -828,13 +828,13 @@ ul.poll li.graph {
828 828
 .show_torrents {
829 829
     width: 21px;
830 830
     height: 28px;
831
-    background: url("images/show2.png") no-repeat center center;
831
+    background: url("/static/common/symbols/hide.png") no-repeat center center;
832 832
 }
833 833
 
834 834
 .hide_torrents {
835 835
     width: 21px;
836 836
     height: 28px;
837
-    background: url("images/hide2.png") no-repeat center center;
837
+    background: url("/static/common/symbols/hide.png") no-repeat center center;
838 838
 }
839 839
 
840 840
 .show_torrents_link {

+ 2
- 2
static/styles/oppai/scss/oppai.scss View File

@@ -715,13 +715,13 @@ ul.poll li.graph {
715 715
 .show_torrents {
716 716
     width: 21px;
717 717
     height: 28px;
718
-    background: url("/static/common/forums/show2.png") no-repeat center center;
718
+    background: url("/static/common/symbols/show.png") no-repeat center center;
719 719
 }
720 720
 
721 721
 .hide_torrents {
722 722
     width: 21px;
723 723
     height: 28px;
724
-    background: url("/static/common/forums/hide2.png") no-repeat center center;
724
+    background: url("/static/common/symbols/hide.png") no-repeat center center;
725 725
 }
726 726
 
727 727
 .show_torrents_link {

Loading…
Cancel
Save