diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-13 00:15:48 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-13 00:15:48 +0200 |
commit | 9c93060ffaec8488aeaf7c0a617336899907d75c (patch) | |
tree | eb0b0496f2aa919a1c9d030da3f4dcc38d7f3b81 /play.css | |
parent | 07563bb8c48d168c8f8886262793e61fafee0073 (diff) | |
download | time-of-crisis-9c93060ffaec8488aeaf7c0a617336899907d75c.tar.gz |
icons for market buttons (needs client update)
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -17,6 +17,15 @@ body.Observer #hand_panel, body.Observer #draw_panel, body.Observer #discard_pan display: none; } +button img.market_button { + height: 16px; + vertical-align: -3px; +} + +button:disabled img.market_button { + opacity: 25%; +} + #role_Red { background-color: hsl(354,85%,67%) } #role_Blue { background-color: hsl(207,67%,78%) } #role_Yellow { background-color: hsl(47,100%,73%) } @@ -457,7 +466,6 @@ body.tint .militia.selected, background-size: 900% 400%; } - .no_place_governor { background-image: url(images/no_place_governor.png) } .legion { background-image: url(images/legion_full.png) } .legion.reduced { background-image: url(images/legion_reduced.png) } |