| | |
| | | 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; |
| | |
| | | /* line-height: 20px; */ |
| | | } |
| | | |
| | | div.refresh-btn{ |
| | | div.refresh-btn { |
| | | padding: 0px 6px; |
| | | text-align: right; |
| | | } |
| | |
| | | line-height: 12px |
| | | } |
| | | |
| | | div.info-middle .text-table td.last-col{ |
| | | div.info-middle .text-table td.last-col { |
| | | text-align: left; |
| | | } |
| | | |
| | | div.info-middle .text-table tr.divide{ |
| | | div.info-middle .text-table tr.divide { |
| | | /* line-height: 16px; */ |
| | | border-bottom: 1px dashed #ffffff93; |
| | | } |