fixing the looks for Grid

This commit is contained in:
Niels Lyngsø
2019-09-26 15:40:51 +02:00
parent 1a85c4a635
commit df858d47c2

View File

@@ -40,10 +40,6 @@
white-space: normal;
}
.umb-rte .mce-top-part.mce-container {
padding: 1px 0;
}
.umb-rte .mce-tinymce .mce-edit-area {
border-radius: 0px !important;
}
@@ -99,6 +95,11 @@
border-radius: 3px;
}
.umb-rte .mce-btn-group .mce-btn {
margin-top:2px;
margin-bottom:2px;
}
.umb-rte .mce-btn {
button:hover {
.mce-caret {
@@ -158,3 +159,7 @@
color: @ui-action-type-hover;
}
}
.umb-grid .umb-rte {
border: 1px solid #d8d7d9;
}