From ee2ab77412510761f0860019bd144a00045911fa Mon Sep 17 00:00:00 2001 From: Krinkle Date: Wed, 4 May 2011 17:23:17 +0000 Subject: [PATCH] Partial revert of r87345. Causing unreadable buttons in ArticleFeedback (http://i.imgur.com/PyxOw.png ), likely breaks other things as well. --- resources/jquery.ui/themes/vector/jquery.ui.theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/jquery.ui/themes/vector/jquery.ui.theme.css b/resources/jquery.ui/themes/vector/jquery.ui.theme.css index 3a5adde77e..2655121333 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.theme.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.theme.css @@ -27,7 +27,6 @@ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #cccccc; background: #f0f0f0 /* @embed */ url(images/ui-bg_inset-hard_100_f0f0f0_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } .ui-widget :active { outline: none; } -span.ui-button-text { color: #000000; } /* Interaction Cues ----------------------------------*/ -- 2.20.1