Browse Source

Change custom icon location

pjc 5 years ago
parent
commit
623a51bc55

static/common/caticons/dna.png → static/common/bioicons/dna.png View File


static/common/caticons/other.png → static/common/bioicons/other.png View File


static/common/caticons/protein.png → static/common/bioicons/protein.png View File


static/common/caticons/rna.png → static/common/bioicons/rna.png View File


+ 6
- 6
static/styles/oppai/style.css View File

5
 }
5
 }
6
 
6
 
7
 /* We're going to opt for the category icon method for now, tags_* is also available */
7
 /* We're going to opt for the category icon method for now, tags_* is also available */
8
-.cats_dna { width: 36px; height: 36px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
9
-.cats_mrna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
10
-.cats_rrna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
11
-.cats_trna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
12
-.cats_protein { width: 36px; height: 36px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
13
-.cats_other { width: 36px; height: 36px; background: url('/static/common/caticons/other.png') no-repeat center center; }
8
+.cats_dna { width: 36px; height: 36px; background: url('/static/common/bioicons/dna.png') no-repeat center center; }
9
+.cats_mrna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
10
+.cats_rrna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
11
+.cats_trna { width: 36px; height: 36px; background: url('/static/common/bioicons/rna.png') no-repeat center center; }
12
+.cats_protein { width: 36px; height: 36px; background: url('/static/common/bioicons/protein.png') no-repeat center center; }
13
+.cats_other { width: 36px; height: 36px; background: url('/static/common/bioicons/other.png') no-repeat center center; }
14
 
14
 
15
 /* Global */
15
 /* Global */
16
 * {
16
 * {

Loading…
Cancel
Save