Changeset - f77ef41b39aa
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-08-27 16:39:35
mads@kiilerich.com
changelog: dim the whole row for changesets that are merges or out of range

Backout b99cd2bc7540 - we can do that after 2f35bd7b97aa moved the tooltips so
they don't inherit opacity any more.
1 file changed with 3 insertions and 7 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -1434,19 +1434,15 @@ BIN_FILENODE = 6
 
#graph_content #changesets {
 
    border-collapse: collapse;
 
    border: none;
 
    border-color: #cdcdcd;
 
}
 

	
 
tr.mergerow > td.author .user,
 
tr.mergerow > td.mid .message,
 
tr.mergerow > td.mid .message > a,
 
tr.out-of-range > td.author .user,
 
tr.out-of-range > td.mid .message,
 
tr.out-of-range > td.mid .message > a {
 
    color: #aaa !important;
 
tr.mergerow,
 
tr.out-of-range {
 
    opacity: 0.6;
 
}
 

	
 
#graph_content #changesets td {
 
    height: 31px;
 
    border-color: #cdcdcd;
 
    text-align: left;
0 comments (0 inline, 0 general)