Fixing selected tab style (jquery-ui)

skala
Julio Montoya 14 years ago
parent d700ae72d7
commit 31ff24630c
  1. 8
      main/inc/lib/javascript/jquery-ui/default.css

@ -52,10 +52,14 @@
padding: 10px;
}
/* cupertino */
/* Set the selected tab background to white */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
background-color:#fff;
}
/* ui-lightness */
/* cupertino */
/* ui-lightness */

Loading…
Cancel
Save