fix for table borders hidden behind background in Firefox

This commit is contained in:
Jesse D. McDonald 2020-03-14 01:04:14 -05:00
parent 06fcc887fc
commit 1e8f59332b
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}