diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -287,8 +287,8 @@ body.p2 #Galatia_NPG { display: block } .blue.action { box-shadow: 0 0 0 1px #113854, 0 0 0 4px white; } .yellow.action { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px white; } .green.action { box-shadow: 0 0 0 1px #033600, 0 0 0 4px white; } -.legion.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } -.militia.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px red; } +.legion.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px white; } +.militia.action { box-shadow: 0 0 0 1px #434343, 0 0 0 4px white; } .alamanni.action { box-shadow: 0 0 0 1px #393204, 0 0 0 4px white; } .franks.action { box-shadow: 0 0 0 1px #1d323a, 0 0 0 4px white; } @@ -301,6 +301,7 @@ body.p2 #Galatia_NPG { display: block } .blue.selected { box-shadow: 0 0 0 1px #113854, 0 0 0 4px yellow; } .yellow.selected { box-shadow: 0 0 0 1px #553a00, 0 0 0 4px yellow; } .green.selected { box-shadow: 0 0 0 1px #033600, 0 0 0 4px yellow; } +.militia.selected { box-shadow: 0 0 0 1px #434343, 0 0 0 4px yellow; } #legion_0 { background-position: 0px 0px } #legion_1 { background-position: -55px 0px } |