X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=common.css;h=e35995581130e35dd62d717f543578e7ed246970;hb=535c464b0543306a0ea36c66f07dcfad7a951efc;hp=91fd2a6fdc4ba37757b6659a3f9f7a4d2c408360;hpb=6f74b81a893da23181f30e2ef1e68bde8a5476cd;p=xogo.git diff --git a/common.css b/common.css index 91fd2a6..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; } @@ -293,18 +297,24 @@ piece { pointer-events: none; } +piece.hidden { + display: none; +} + /* Drawing of the board */ .chessboard_SVG { width: 100%; height: 100%; } +/* Default squares colors (can be overriden or unused) */ .dark-square { fill: #b58863; } .light-square { fill: #f0d9b5; } + .in-shadow { filter: brightness(50%); }