diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-11-23 21:47:02 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-11-23 21:47:02 +0100 |
commit | e6aad79484ee1070c179d3eba46034d726d9edd1 (patch) | |
tree | 7f65174e7461a841c5a171c45ed5822cf0e749a6 /play.css | |
parent | c24907f947cdd6cb43215037d9ea8f6f2bada1d8 (diff) | |
download | time-of-crisis-e6aad79484ee1070c179d3eba46034d726d9edd1.tar.gz |
Fix highlight of selected militia when tinting.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -339,6 +339,7 @@ body.p2 #npg_galatia { 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; } +body.tint .militia.selected, .militia.selected { box-shadow: 0 0 0 1px #434343, 0 0 0 4px yellow; } #legion_0 { background-position: 0px 0px } |