From a2a055279401e47dde2b43acde235b1c54c1c8ad Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 27 2015 12:55:37 +0000 Subject: Override the jquery css to ensure the color of the text used is what we want --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 170b5b4..9113495 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -850,3 +850,7 @@ span.CONFLICTS { padding-left: 20px; background: url(/static/red.png) 0 50% no-repeat; } + +.ui-widget-content { + color: #666!important; +}