update modals header + border colors

This commit is contained in:
Mads Rasmussen
2017-02-22 10:20:37 +01:00
parent 0e76b27a2d
commit abe92eabba

View File

@@ -7,8 +7,8 @@
}
.umb-modalcolumn-header {
background: @grayLighter;
border-bottom: 1px solid @grayLight;
background: @test-purple;
border-bottom: 1px solid @purple-l3;
height: 94px;
padding: 5px 20px 0px 20px;
white-space: nowrap
@@ -99,7 +99,7 @@
.umb-dialog-body .umb-pane{margin-top: 15px;}
.umb-dialog-footer{
border-top: #efefef 1px solid;
border-top: @purple-l3 1px solid;
position: absolute;
overflow:auto;
text-align: right;
@@ -199,4 +199,4 @@
.umb-modal.ysod {
z-index: 10000;
}
}