Changeset - 425b9eb67d3a
[Not reviewed]
default
0 1 0
Mads Kiilerich - 12 years ago 2013-06-04 14:01:46
madski@unity3d.com
Transplanted from: 8acc8699a478
pullrequests: make closed PRs more distinctly grey

It could look like a slight light blue taint.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/public/css/style.css
Show inline comments
 
@@ -4655,13 +4655,13 @@ div.pr-title {
 
div.pr {
 
    border-bottom: 1px solid #DDD;
 
    margin: 0px 20px;
 
    padding: 10px 4px;
 
}
 
div.pr-closed {
 
    background-color: rgba(245,245,245,0.5);
 
    background-color: #eee;
 
}
 

	
 
span.pr-closed-tag {
 
    margin-bottom: 1px;
 
    margin-right: 1px;
 
    padding: 1px 3px;
0 comments (0 inline, 0 general)