Child: [ba2807] (diff)

Download this file

tracker.css    11 lines (10 with data), 273 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
.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; }