From 93ad20b40a4bf6c33df53ee8b934c6f57857102a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Dec 24 2015 09:22:04 +0000 Subject: Fix the line highlight for the new UI --- diff --git a/pagure/static/koji.css b/pagure/static/koji.css index 5ca04e8..26c1d40 100644 --- a/pagure/static/koji.css +++ b/pagure/static/koji.css @@ -303,6 +303,12 @@ span.CONFLICTS { background: url(/static/red.png) 0 50% no-repeat; } +.highlighted-line, +.highlighted-line td, +.highlighted-line td pre { + background-color: #FFFABA; +} + /* Added */ .nav {