| | |
| | | border: 1px solid white; |
| | | border-radius: 2px; |
| | | -moz-border-radius: 25px; |
| | | width: 120px; |
| | | /* Old Firefox */ |
| | | } |
| | | |
| | |
| | | text-align: center; |
| | | overflow-y: scroll; |
| | | } |
| | | |
| | | table.easy-table th { |
| | | background-color: var(--bg-color-2); |
| | | border: 1px solid #ffffffce; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | table.easy-table td { |
| | | cursor: pointer; |
| | | min-width: 50px; |
| | |
| | | /* overflow: scroll; */ |
| | | /* overflow-y: scroll; */ |
| | | } |
| | | |
| | | table.border-table th { |
| | | cursor: pointer; |
| | | background-color: var(--bg-color-2); |
| | |
| | | /* box-shadow: 0px 1.1px 2.5px #888888; */ |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | table.border-table td { |
| | | cursor: pointer; |
| | | min-width: 60px; |