changeset 3984:425b9eb67d3a

pullrequests: make closed PRs more distinctly grey It could look like a slight light blue taint.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 04 Jun 2013 14:01:46 +0200
parents 2e0ccba6dd6b
children d46d9d93305a
files rhodecode/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Wed Jun 12 01:36:35 2013 +0200
+++ b/rhodecode/public/css/style.css	Tue Jun 04 14:01:46 2013 +0200
@@ -4658,7 +4658,7 @@
     padding: 10px 4px;
 }
 div.pr-closed {
-    background-color: rgba(245,245,245,0.5);
+    background-color: #eee;
 }
 
 span.pr-closed-tag {