diff options
| author | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:51:27 -0600 |
|---|---|---|
| committer | Chad Kieffer <ckieffer@gmail.com> | 2009-08-31 23:51:27 -0600 |
| commit | 39ca803af7a4439fdda3164d79d9435bdaa2b948 (patch) | |
| tree | ac38dc845b6435ca94520b84e7f4bb2379b3fa40 /themes/default/css | |
| parent | 9cb8c10bb5d0e7ae80045a121e03d07757cb8d1c (diff) | |
Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but progress bar cursor. #669
Diffstat (limited to 'themes/default/css')
| -rw-r--r-- | themes/default/css/screen.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index f6ce26d2..96be8996 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -71,8 +71,12 @@ a, #gDialog a, .gButtonLink, .gButtonLink:hover, -.gButtonLink:active { - color: #5382BF !important; +.gButtonLink:active, +a.ui-state-hover, +input.ui-state-hover, +button.ui-state-hover { + color: #5382bf !important; + cursor: pointer !important; text-decoration: none; -moz-outline-style: none; } |
