2011-12-03 15:22:49 -08:00
|
|
|
/*jQuery UI*/
|
|
|
|
.ui-widget-header
|
2011-07-01 00:23:07 -07:00
|
|
|
{
|
2011-12-03 15:22:49 -08:00
|
|
|
font-weight: normal;
|
2011-07-01 00:23:07 -07:00
|
|
|
}
|
|
|
|
|
2011-12-03 15:22:49 -08:00
|
|
|
.t-combobox .t-input
|
2011-07-01 00:23:07 -07:00
|
|
|
{
|
2011-12-03 15:22:49 -08:00
|
|
|
line-height: 25px;
|
2011-07-05 22:38:34 -07:00
|
|
|
}
|
|
|
|
|
2011-12-03 15:22:49 -08:00
|
|
|
.ui-autocomplete
|
2011-07-05 22:38:34 -07:00
|
|
|
{
|
2011-12-03 15:22:49 -08:00
|
|
|
border-color: #333333;
|
|
|
|
background: #333333;
|
2011-07-05 22:38:34 -07:00
|
|
|
}
|
2011-07-27 15:59:48 -07:00
|
|
|
|
2011-12-03 15:22:49 -08:00
|
|
|
.ui-autocomplete .ui-state-hover
|
2011-07-27 15:59:48 -07:00
|
|
|
{
|
2011-12-03 15:22:49 -08:00
|
|
|
background: #333333;
|
|
|
|
border-color: #065EFE;
|
2011-07-27 15:59:48 -07:00
|
|
|
}
|
2011-11-25 23:53:16 -08:00
|
|
|
|
2011-12-03 15:22:49 -08:00
|
|
|
.ui-menu-item .ui-corner-all
|
|
|
|
{
|
|
|
|
color: #065EFE;
|
|
|
|
}
|
2011-11-25 23:53:16 -08:00
|
|
|
|
2011-12-07 21:30:47 -08:00
|
|
|
.jquery-tabs
|
|
|
|
{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2011-11-25 23:53:16 -08:00
|
|
|
/*MiniProfiler*/
|
|
|
|
|
2011-12-03 15:22:49 -08:00
|
|
|
.profiler-button
|
2011-11-25 23:53:16 -08:00
|
|
|
{
|
|
|
|
opacity: 0.4;
|
2011-12-03 15:22:49 -08:00
|
|
|
}
|