remove gray bg in context menu header
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
min-height: 100%;
|
||||
}
|
||||
.shadow {
|
||||
box-shadow: 3px 0px 7px @gray-8;
|
||||
box-shadow: 3px 0px 7px rgba(0,0,0,0.16);
|
||||
}
|
||||
|
||||
.umb-scrollable, .umb-auto-overflow {
|
||||
|
||||
@@ -7,10 +7,12 @@
|
||||
}
|
||||
|
||||
.umb-modalcolumn-header {
|
||||
background: @gray-10;
|
||||
border-bottom: 1px solid @purple-l3;
|
||||
height: 94px;
|
||||
padding: 5px 20px 0px 20px;
|
||||
border-bottom: 1px solid @gray-9;
|
||||
height: @editorHeaderHeight;
|
||||
box-sizing: border-box;
|
||||
padding: 0 20px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap
|
||||
}
|
||||
|
||||
@@ -19,13 +21,12 @@
|
||||
white-space: nowrap;
|
||||
font-size: @fontSizeLarge;
|
||||
font-weight: 400;
|
||||
padding-top: 10px !important;
|
||||
}
|
||||
|
||||
.umb-modalcolumn-body {
|
||||
padding: 0px;
|
||||
background: @white;
|
||||
top: 100px;
|
||||
top: @editorHeaderHeight;
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
|
||||
Reference in New Issue
Block a user