css mods
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/* header */
|
||||
.unesting-item-header
|
||||
{
|
||||
border-bottom: 1px solid #f6f6f7;
|
||||
border-bottom: 1px solid #f2f2f3;
|
||||
cursor: pointer;
|
||||
background-color: #fff;
|
||||
user-select: none;
|
||||
@@ -114,7 +114,7 @@
|
||||
{
|
||||
margin-left: 40px;
|
||||
padding-left: 20px;
|
||||
border-left: 1px solid #f6f6f7;
|
||||
border-left: 1px solid #f2f2f3;
|
||||
}
|
||||
|
||||
.unesting-item-header-content-iconbg
|
||||
@@ -220,7 +220,7 @@ un-config
|
||||
cursor: pointer;
|
||||
color: #000;
|
||||
transition: background 0.12s ease;
|
||||
border: 1px solid #f6f6f7;
|
||||
border: 1px solid #f2f2f3;
|
||||
}
|
||||
|
||||
.unesting-icon.is-negative:hover
|
||||
@@ -358,7 +358,7 @@ un-config
|
||||
{
|
||||
background: #f6f4f4;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #f6f6f7;
|
||||
border: 1px solid #f2f2f3;
|
||||
}
|
||||
|
||||
.unesting-media-item-text
|
||||
@@ -606,16 +606,17 @@ un-config
|
||||
}
|
||||
|
||||
/* generic overrides */
|
||||
.btn-info
|
||||
{
|
||||
color: #454957;
|
||||
}
|
||||
|
||||
.btn
|
||||
{
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tabLink
|
||||
{
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.tabLink.active::before
|
||||
{
|
||||
display: none;
|
||||
@@ -625,4 +626,102 @@ un-config
|
||||
{
|
||||
background: rgba(255,255,255,0.5);
|
||||
font-weight: 400;
|
||||
/*color: #817f85;*/
|
||||
}
|
||||
|
||||
.fake-top-background
|
||||
{
|
||||
position: sticky !important;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#tabsList
|
||||
{
|
||||
position: sticky !important;
|
||||
top: 20px;
|
||||
padding-top: 0;
|
||||
padding-left: 1px;
|
||||
margin-left: -1px !important;
|
||||
}
|
||||
|
||||
.fake-top-background:before
|
||||
{
|
||||
content: ' ';
|
||||
position: absolute;
|
||||
left: -3px;
|
||||
right: -3px;
|
||||
top: 0;
|
||||
height: 64px;
|
||||
background: #f6f4f4;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#tabsList .tabLink
|
||||
{
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.tabbed-panel
|
||||
{
|
||||
padding-top: 20px !important;
|
||||
}
|
||||
|
||||
/* for static tab bar */
|
||||
|
||||
.fake-top-background
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#tabsList
|
||||
{
|
||||
position: relative !important;
|
||||
top: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
.umb-tree-item__label
|
||||
{
|
||||
padding: 12px 0 10px 0 !important;
|
||||
}
|
||||
|
||||
.umb-editor-header__name-wrapper,
|
||||
.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"],
|
||||
input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
|
||||
.umb-mediapicker > div
|
||||
{
|
||||
border-color: #eceaea;
|
||||
}
|
||||
|
||||
.mce-panel
|
||||
{
|
||||
border-color: #eceaea !important;
|
||||
}
|
||||
|
||||
input.umb-editor-header__name-input
|
||||
{
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.mce-top-part::before
|
||||
{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.umb-tree-icon
|
||||
{
|
||||
margin: 0 15px 0 5px;
|
||||
}
|
||||
|
||||
.has-unpublished-version > .umb-tree-item__inner > .umb-tree-item__annotation,
|
||||
.is-container > .umb-tree-item__inner > .umb-tree-item__annotation,
|
||||
.protected > .umb-tree-item__inner > .umb-tree-item__annotation
|
||||
{
|
||||
margin-left: 18px !important;
|
||||
top: 22px !important;
|
||||
}
|
||||
|
||||
.umb-tree-item.current > .umb-tree-item__inner
|
||||
{
|
||||
background: #f7e4e1;
|
||||
}
|
||||
@@ -472,8 +472,10 @@
|
||||
<Content Include="Web.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="UnestingComposer.cs" />
|
||||
<Compile Include="UnestingController.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="UnestingValueConverters.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="config\imageprocessor\security.config" />
|
||||
|
||||
Reference in New Issue
Block a user