From d39be1097ee4f7c8e85f5a985ce95ca65b1b1f5e Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Mon, 31 Jan 2011 14:52:20 +0100 Subject: [PATCH] Undo css changes moving those css custom changes in a new default.css in order to easily update the jquery-ui libraries --- main/inc/lib/javascript/jquery-ui/default.css | 30 +++++++++++++++++++ .../smoothness/jquery-ui-1.8.7.custom.css | 16 ++-------- 2 files changed, 32 insertions(+), 14 deletions(-) create mode 100644 main/inc/lib/javascript/jquery-ui/default.css diff --git a/main/inc/lib/javascript/jquery-ui/default.css b/main/inc/lib/javascript/jquery-ui/default.css new file mode 100644 index 0000000000..81ea4b0ccd --- /dev/null +++ b/main/inc/lib/javascript/jquery-ui/default.css @@ -0,0 +1,30 @@ +/* + Custom changes for the jquery-ui +*/ + +/* smoothness */ + +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { + border: 1px solid #d3d3d3; + /* background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/ + background: #EFEFEF; + font-weight: normal; + color: #555555; + } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { + border: 1px solid #999999; + /*background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/ + background: #E5EDF9; + font-weight: normal; + color: #212121; + } + + +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: 1; font-weight: normal; background-color: #F2F2F2; } +.ui-widget-content { background: #FFF; } + +/* cupertino */ + + +/* ui-lightness */ diff --git a/main/inc/lib/javascript/jquery-ui/smoothness/jquery-ui-1.8.7.custom.css b/main/inc/lib/javascript/jquery-ui/smoothness/jquery-ui-1.8.7.custom.css index 04656c61c2..2442626d4b 100644 --- a/main/inc/lib/javascript/jquery-ui/smoothness/jquery-ui-1.8.7.custom.css +++ b/main/inc/lib/javascript/jquery-ui/smoothness/jquery-ui-1.8.7.custom.css @@ -66,21 +66,9 @@ /* Interaction states ----------------------------------*/ -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { - border: 1px solid #d3d3d3; - /* background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/ - background: #EFEFEF; - font-weight: normal; - color: #555555; - } +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; } -.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { - border: 1px solid #999999; - /*background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/ - background: #E5EDF9; - font-weight: normal; - color: #212121; - } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }