增加fix.css文件修正tooltip样式

This commit is contained in:
Argo-Lenovo 2017-01-15 13:12:49 +08:00
parent 32fef7869c
commit 582656018b
3 changed files with 13 additions and 0 deletions

View File

@ -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" />

View File

@ -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;
}

View File

@ -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]-->