Adding readme + rempving gray background when using jquery tabs

skala
Julio Montoya 14 years ago
parent 78df09bdd3
commit d3f24af5cc
  1. 14
      main/inc/lib/javascript/jquery-ui/default.css
  2. 6
      main/inc/lib/javascript/jquery-ui/readme.txt

@ -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 */

@ -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.
Loading…
Cancel
Save