diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -412,7 +412,7 @@ body.p2 #npg_galatia { display: block } border-radius: 0; } -.governor, .legacy, .legacy_40 { +.governor, .legacy, .legacy_40, .legacy_80 { width: 50px; height: 50px; background-size: 50px 50px; @@ -501,6 +501,10 @@ body.shift .shapur.inactive { background-image: url(images/shapur.png) } .green.legacy_40 { background-image: url(images/green_legacy_40.png) } .red.legacy_40 { background-image: url(images/red_legacy_40.png) } .yellow.legacy_40 { background-image: url(images/yellow_legacy_40.png) } +.blue.legacy_80 { background-image: url(images/blue_legacy_80.png) } +.green.legacy_80 { background-image: url(images/green_legacy_80.png) } +.red.legacy_80 { background-image: url(images/red_legacy_80.png) } +.yellow.legacy_80 { background-image: url(images/yellow_legacy_80.png) } .blue.general { background-image: url(images/blue_general.png) } .green.general { background-image: url(images/green_general.png) } .red.general { background-image: url(images/red_general.png) } |