From d3f24af5cca01febf90dbad0119fc5f5305071ee Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 15 Feb 2011 18:41:03 +0100 Subject: [PATCH] Adding readme + rempving gray background when using jquery tabs --- main/inc/lib/javascript/jquery-ui/default.css | 14 ++++++++++++-- main/inc/lib/javascript/jquery-ui/readme.txt | 6 ++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 main/inc/lib/javascript/jquery-ui/readme.txt diff --git a/main/inc/lib/javascript/jquery-ui/default.css b/main/inc/lib/javascript/jquery-ui/default.css index 15143861fb..67796547e7 100644 --- a/main/inc/lib/javascript/jquery-ui/default.css +++ b/main/inc/lib/javascript/jquery-ui/default.css @@ -1,5 +1,5 @@ /* - Custom changes for the jquery-ui + Custom changes for the jquery-ui */ /* smoothness */ @@ -21,7 +21,7 @@ color: #212121; } -/* Changes the row stile in a table even - odd */ +/* Changes the row style in a table (even, odd) */ .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; } @@ -36,7 +36,17 @@ cursor: pointer; } +/* Removes the gray background in the jqgrid main/session */ +.ui-widget-header { + background: #FFF; +} + + + /* cupertino */ + /* ui-lightness */ + + diff --git a/main/inc/lib/javascript/jquery-ui/readme.txt b/main/inc/lib/javascript/jquery-ui/readme.txt new file mode 100644 index 0000000000..f66954bb6f --- /dev/null +++ b/main/inc/lib/javascript/jquery-ui/readme.txt @@ -0,0 +1,6 @@ +Important notice: + +If you want to change the jquery-ui CSS files you *must* edit the jquery-ui/default.css file. +This file is loaded after the jquery-ui/xxx/jquery-ui-1.8.7.custom.css + +Don't modify the CSS files of the themes because when a new version of jquery-ui this will be replaced. \ No newline at end of file