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