fix tab styling in legacy dialogs

This commit is contained in:
Mads Rasmussen
2018-11-06 10:13:15 +01:00
parent 04bcd85e8e
commit f2feaba604
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
.umb-panel-header {
background: @gray-10;
border-bottom: 1px solid @gray-8;
border-bottom: 1px solid @purple-l3;
position: absolute;
height: 99px;
top: 0px;

View File

@@ -33,7 +33,7 @@ namespace umbraco.uicontrols {
base.CreateChildControls();
_tabList.TagName = "ul";
_tabList.Attributes.Add("class", "nav nav-tabs umb-nav-tabs span12 -padding-left");
_tabList.Attributes.Add("class", "nav nav-tabs umb-nav-tabs -padding-left");
base.row.Controls.Add(_tabList);
_body.TagName = "div";