diff options
Diffstat (limited to 'core/css/jquery-ui-fixes.css')
-rw-r--r-- | core/css/jquery-ui-fixes.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/css/jquery-ui-fixes.css b/core/css/jquery-ui-fixes.css index f76595ab3fd..db0e5b0357e 100644 --- a/core/css/jquery-ui-fixes.css +++ b/core/css/jquery-ui-fixes.css @@ -16,8 +16,8 @@ color: #333333; } .ui-widget-header { - border: 1px solid #1d2d44; - background: #1d2d44 url('images/ui-bg_flat_35_1d2d44_40x100.png') 50% 50% repeat-x; + border: 1px solid #0082c9; + background: #0082c9; color: #ffffff; } .ui-widget-header a { @@ -59,15 +59,15 @@ .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { - border: 1px solid #1d2d44; + border: 1px solid #0082c9; background: #f8f8f8 url('images/ui-bg_glass_100_f8f8f8_1x400.png') 50% 50% repeat-x; font-weight: bold; - color: #1d2d44; + color: #0082c9; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { - color: #1d2d44; + color: #0082c9; } /* Interaction Cues |