diff --git a/css/chess.css b/css/chess.css index 134c534..c211bf7 100644 --- a/css/chess.css +++ b/css/chess.css @@ -65,6 +65,11 @@ button:disabled .silhouette { position: relative; } +#cb_board td { + background-clip: padding-box; + position: relative; +} + #cb_light_name, #cb_dark_name { width: 8em; }