From 7c99f7d1c61d66c7b0ca41311f8686b7fa5d7067 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 02 2015 06:52:05 +0000 Subject: Color the links in white when we hover over then within a tabs set-up For example in the pull-request page --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 151a0c3..a12b094 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -860,6 +860,10 @@ span.CONFLICTS { color: #0066CC!important; } +.tabs .ui-widget-content a:hover { + color: white!important; +} + .tabs .ui-state-hover a:hover{ color: white; }