Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/aphront/table-view.css
| Show All 39 Lines | |||||
| .device-desktop .aphront-table-view tr:hover { | .device-desktop .aphront-table-view tr:hover { | ||||
| background: {$bluebackground}; | background: {$bluebackground}; | ||||
| } | } | ||||
| .device-desktop .aphront-table-view tr.no-data:hover { | .device-desktop .aphront-table-view tr.no-data:hover { | ||||
| background: inherit; | background: inherit; | ||||
| } | } | ||||
| .aphront-table-view th { | .aphront-table-view th, | ||||
| .aphront-table-view td.header { | |||||
| font-weight: bold; | font-weight: bold; | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| text-shadow: 0 1px 0 white; | |||||
| font-weight: bold; | font-weight: bold; | ||||
| border-bottom: 1px solid {$thinblueborder}; | text-shadow: 0 1px 0 white; | ||||
| background-color: {$lightbluebackground}; | background-color: {$lightbluebackground}; | ||||
| } | } | ||||
| .aphront-table-view th { | |||||
| border-bottom: 1px solid {$thinblueborder}; | |||||
| } | |||||
| th.aphront-table-view-sortable-selected { | th.aphront-table-view-sortable-selected { | ||||
| background-color: {$greybackground}; | background-color: {$greybackground}; | ||||
| } | } | ||||
| .aphront-table-view th a, | .aphront-table-view th a, | ||||
| .aphront-table-view th a:hover, | .aphront-table-view th a:hover, | ||||
| .aphront-table-view th a:link { | .aphront-table-view th a:link { | ||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| text-shadow: 0 1px 0 white; | text-shadow: 0 1px 0 white; | ||||
| display: block; | display: block; | ||||
| text-decoration: none; | text-decoration: none; | ||||
| } | } | ||||
| .aphront-table-view th a:hover { | .aphront-table-view th a:hover { | ||||
| text-decoration: underline; | text-decoration: underline; | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| .aphront-table-view td.header { | .aphront-table-view td.header { | ||||
| padding: 4px 8px; | |||||
| white-space: nowrap; | |||||
| text-align: right; | text-align: right; | ||||
| color: {$bluetext}; | border-right: 1px solid {$thinblueborder}; | ||||
| font-weight: bold; | |||||
| vertical-align: top; | |||||
| } | } | ||||
| .aphront-table-view td { | .aphront-table-view td { | ||||
| white-space: nowrap; | white-space: nowrap; | ||||
| vertical-align: middle; | vertical-align: middle; | ||||
| color: {$darkbluetext}; | color: {$darkbluetext}; | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 239 Lines • Show Last 20 Lines | |||||