Parent: [265cb3] (diff)

Download this file

tracker.css    12 lines (12 with data), 318 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
.ticket_title{
margin: 0;
}
.ticket_feed{
float: right;
}
th[data-sort], .nav-button{ cursor: pointer; }
th[data-sort]:hover, .nav-button:hover{ text-decoration: underline; }
.nav-button.disabled{ color: gray; }
.nav-button.disabled:hover{ text-decoration: none; }
.open{ color: green; }
.closed{ color: red; }