diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-24 15:25:26 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | 0b55f794a180c8afc87a71775e858fcc01fc3bf2 (patch) | |
tree | f9b2cbc78d55038a1d2b8255e6a7e2cc267ab68b /play.css | |
parent | f2d64ee016428edf3216b4ffd055151071d6c49a (diff) | |
download | time-of-crisis-0b55f794a180c8afc87a71775e858fcc01fc3bf2.tar.gz |
Select Militia. Build Improvement in 2 steps.
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 } |