From 3bcaeea2ca929c2319129274b2c5a32a7d26487f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 05 2015 08:30:22 +0000 Subject: Fix the buttons within a tab to be white as they should be --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 3ac7fab..deb0388 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -874,6 +874,10 @@ span.CONFLICTS { color: white!important; } +.tabs .ui-widget-content .button{ + color: white!important; +} + .tabs .ui-state-hover a:hover{ color: white; }