2011-12-03 23:22:49 +00:00
|
|
|
|
/*jQuery UI*/
|
|
|
|
|
.ui-widget-header
|
2011-07-01 07:23:07 +00:00
|
|
|
|
{
|
2011-12-03 23:22:49 +00:00
|
|
|
|
font-weight: normal;
|
2011-07-01 07:23:07 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-12-03 23:22:49 +00:00
|
|
|
|
.t-combobox .t-input
|
2011-07-01 07:23:07 +00:00
|
|
|
|
{
|
2011-12-03 23:22:49 +00:00
|
|
|
|
line-height: 25px;
|
2011-07-06 05:38:34 +00:00
|
|
|
|
}
|
|
|
|
|
|
2011-12-03 23:22:49 +00:00
|
|
|
|
.ui-autocomplete
|
2011-07-06 05:38:34 +00:00
|
|
|
|
{
|
2011-12-03 23:22:49 +00:00
|
|
|
|
border-color: #333333;
|
|
|
|
|
background: #333333;
|
2011-07-06 05:38:34 +00:00
|
|
|
|
}
|
2011-07-27 22:59:48 +00:00
|
|
|
|
|
2011-12-03 23:22:49 +00:00
|
|
|
|
.ui-autocomplete .ui-state-hover
|
2011-07-27 22:59:48 +00:00
|
|
|
|
{
|
2011-12-03 23:22:49 +00:00
|
|
|
|
background: #333333;
|
2012-03-02 02:37:43 +00:00
|
|
|
|
border-color: lightgrey;
|
2011-07-27 22:59:48 +00:00
|
|
|
|
}
|
2011-11-26 07:53:16 +00:00
|
|
|
|
|
|
|
|
|
|
2012-02-05 20:17:23 +00:00
|
|
|
|
.ui-progressbar-value
|
|
|
|
|
{
|
|
|
|
|
background: #065EFE url(./jQueryUI/images/ui-bg_flat_30_065efe_40x100.png) 50% 50% repeat-x;
|
|
|
|
|
}
|
|
|
|
|
|
2012-02-07 06:37:03 +00:00
|
|
|
|
.ui-dialog .ui-dialog-titlebar, .ui-dialog-title
|
|
|
|
|
{
|
|
|
|
|
color: #3C3C3C;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
font-family: "Open Sans" , "Segoe UI Light" , "Segoe UI" , sans-serif;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-03-02 02:37:43 +00:00
|
|
|
|
.ui-autocomplete-loading
|
|
|
|
|
{
|
|
|
|
|
background: white url('/Content/Images/ajax-loader.gif') 99% center no-repeat;
|
|
|
|
|
background-size: 18px 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ui-menu-item .ui-corner-all
|
|
|
|
|
{
|
|
|
|
|
font-size: 110%;
|
|
|
|
|
font-family: "Segoe UI" , "Open Sans" , "Segoe UI" , sans-serif;
|
|
|
|
|
color: lightgrey;
|
|
|
|
|
}
|
|
|
|
|
|
2011-12-08 05:30:47 +00:00
|
|
|
|
.jquery-tabs
|
|
|
|
|
{
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-03-02 02:37:43 +00:00
|
|
|
|
.ui-button .ui-state-default
|
|
|
|
|
{
|
2012-02-25 19:41:48 +00:00
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
2011-11-26 07:53:16 +00:00
|
|
|
|
/*MiniProfiler*/
|
|
|
|
|
|
2011-12-03 23:22:49 +00:00
|
|
|
|
.profiler-button
|
2011-11-26 07:53:16 +00:00
|
|
|
|
{
|
2012-02-25 19:41:48 +00:00
|
|
|
|
opacity: 0.6;
|
2011-12-03 23:22:49 +00:00
|
|
|
|
}
|