增加fix.css文件修正tooltip样式
This commit is contained in:
parent
32fef7869c
commit
582656018b
|
@ -108,6 +108,7 @@
|
|||
<Content Include="Content\css\api.css" />
|
||||
<Content Include="Content\css\bootstrap-datetimepicker.css" />
|
||||
<Content Include="Content\css\bootstrap-datetimepicker.min.css" />
|
||||
<Content Include="Content\css\fix.css" />
|
||||
<Content Include="Content\css\IE8.css" />
|
||||
<Content Include="Content\css\nprogress.css" />
|
||||
<Content Include="Content\html\api.html" />
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
.tooltip-inner {
|
||||
max-width: 768px;
|
||||
}
|
||||
|
||||
.tooltip.has-error .tooltip-inner {
|
||||
background-color: #a94442;
|
||||
}
|
||||
|
||||
.tooltip.has-error .tooltip-arrow {
|
||||
border-top-color: #a94442;
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
<link href="~/Content/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="~/Content/css/bootstrap-theme.css" rel="stylesheet">
|
||||
<link href="~/Content/css/nprogress.css" rel="stylesheet" />
|
||||
<link href="~/Content/css/fix.css" rel="stylesheet" />
|
||||
<!--[if lte IE 9 ]>
|
||||
<link href="../Content/css/IE8.css" rel="stylesheet" />
|
||||
<![endif]-->
|
||||
|
|
Loading…
Reference in New Issue