diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -61,6 +61,20 @@ button:has(.prussia):active:hover { border-color: #00406d #2973a4 #2973a4 #00406 button:has(.saxony) { background-color: #157d36; border-color: #3e9d54 #005e17 #005e17 #3e9d54; box-shadow: 0 0 0 1px #002500; } button:has(.saxony):active:hover { border-color: #005e17 #3e9d54 #3e9d54 #005e17; } +button:not(.hide):has(img) { + display: flex; + flex-wrap: wrap; + align-items: center; + gap: 4px; +} +.shift_track { + display: block; + border: 1px solid black; +} +.shift_arrow { + display: block; +} + .role_marker { display: inline-block; width: 30px; |