X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=e35995581130e35dd62d717f543578e7ed246970;hb=a1b45f4c9f254fad73af06b4123b7208247bbba4;hp=6f8472ce6e8adde47f54dc5689511927c3f2c765;hpb=c9ab034035a3cac65e4ac9f48a946ecef5ed111e;p=xogo.git diff --git a/common.css b/common.css index 6f8472c..e359955 100644 --- a/common.css +++ b/common.css @@ -231,15 +231,19 @@ button.cancel-something { text-align: center; } -.option-select, .option-check { +.option-select, .option-input { margin: 15px 0 0 0; } -.option-check { +.option-input { display: inline-block; margin-right: 10px; } +.option-input input[type=number] { + width: 64px; +} + .btn-wrap { text-align: center; } @@ -303,12 +307,14 @@ piece.hidden { height: 100%; } +/* Default squares colors (can be overriden or unused) */ .dark-square { fill: #b58863; } .light-square { fill: #f0d9b5; } + .in-shadow { filter: brightness(50%); }