Fixing btn class when jquery-ui is loaded

skala
Julio Montoya 14 years ago
parent c4076121ec
commit b9e1a5e9e4
  1. 7
      main/inc/lib/javascript/jquery-ui/default.css

@ -62,7 +62,6 @@
}
/* tabs: anchor size otherwise anchors will have a bigger font size */
.ui-widget {
font-size:100%;
}
@ -108,6 +107,12 @@
width:30px;
}
/* Fixes btn class when using bootstrap */
.ui-widget-content a, .ui-widget-content a:hover {
color:inherit;
}
/* cupertino */

Loading…
Cancel
Save