File: sorterStyle.css

package info (click to toggle)
ntop 3%3A5.0.1%2Bdfsg1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 15,720 kB
  • ctags: 11,480
  • sloc: ansic: 79,804; sh: 21,658; python: 1,948; awk: 1,504; perl: 971; makefile: 745; php: 123; xml: 71; sql: 13; sed: 11
file content (12 lines) | stat: -rwxr-xr-x 832 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
.sortable th { text-align:center; height: 30px;}
.sortable th h3 { font-size:12px; padding:8px;}
.sortable td {padding:4px 6px 6px; }
.sortable .head h3 {background-position:right; background-repeat:no-repeat; display:inline; cursor:pointer;}
.sortable .desc, .sortable .asc {background-color:#d3e0f3;}
.sortable .desc h3{padding:8px 20px 8px 8px; background: url(/arrow_up.png) 100% center no-repeat; display:inline; cursor:pointer;}
.sortable .asc h3{padding:8px 20px 8px 8px; background:url(/arrow_down.png) 100% center no-repeat; display:inline; cursor:pointer;}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}