# HG changeset patch # User Mads Kiilerich # Date 1364997372 -7200 # Node ID 8a8a559eaf950f4ada95010e3907923406b4564d # Parent 659bd922520e058969d0322468db013cd469a807 pullrequests: state "closed" explicitly A closed-as-in-locked icon did not communicate the closed-as-in-inactive state clearly. Instead we say "Closed" and make the text greyed out. Not pretty but more efficient. diff -r 659bd922520e -r 8a8a559eaf95 rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Wed Apr 03 15:56:12 2013 +0200 +++ b/rhodecode/public/css/style.css Wed Apr 03 15:56:12 2013 +0200 @@ -4567,6 +4567,14 @@ font-weight: bold; } +div.closed h4 a, +h3.closed, +#pullrequests_container li.closed a + { + color: #555; + background: #eee; +} + /**** PERMS *****/ diff -r 659bd922520e -r 8a8a559eaf95 rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html --- a/rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html Wed Apr 03 15:56:12 2013 +0200 +++ b/rhodecode/templates/admin/users/user_edit_my_account_pullrequests.html Wed Apr 03 15:56:12 2013 +0200 @@ -7,16 +7,16 @@