From 39ca803af7a4439fdda3164d79d9435bdaa2b948 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Mon, 31 Aug 2009 23:51:27 -0600 Subject: Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669 --- themes/admin_default/css/screen.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'themes/admin_default/css/screen.css') diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css index 21b2b31c..eb8f9224 100644 --- a/themes/admin_default/css/screen.css +++ b/themes/admin_default/css/screen.css @@ -71,7 +71,10 @@ a, #gDialog a, .gButtonLink, .gButtonLink:hover, -.gButtonLink:active { +.gButtonLink:active, +a.ui-state-hover, +input.ui-state-hover, +button.ui-state-hover { color: #5382BF !important; text-decoration: none; -moz-outline-style: none; @@ -1055,6 +1058,10 @@ table .gSuccess { text-align: right; } +.rtl .txtright { + text-align: left; +} + .rtl #gHeader #gQuickSearchForm, .rtl #gForgotPasswordLink, .rtl #gHeader #gLoginMenu, -- cgit v1.2.3