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
 .show_torrents {
162
 .show_torrents {
163
     width: 21px;
163
     width: 21px;
164
     height: 28px;
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
 .hide_torrents {
168
 .hide_torrents {
169
     width: 21px;
169
     width: 21px;
170
     height: 28px;
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
 .show_torrents_link {
174
 .show_torrents_link {

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

828
 .show_torrents {
828
 .show_torrents {
829
     width: 21px;
829
     width: 21px;
830
     height: 28px;
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
 .hide_torrents {
834
 .hide_torrents {
835
     width: 21px;
835
     width: 21px;
836
     height: 28px;
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
 .show_torrents_link {
840
 .show_torrents_link {

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

715
 .show_torrents {
715
 .show_torrents {
716
     width: 21px;
716
     width: 21px;
717
     height: 28px;
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
 .hide_torrents {
721
 .hide_torrents {
722
     width: 21px;
722
     width: 21px;
723
     height: 28px;
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
 .show_torrents_link {
727
 .show_torrents_link {

Loading…
Cancel
Save