Re-fix - U4-11111 - Hide tooltip of slider in document type property preview

This commit is contained in:
Sebastiaan Janssen
2018-10-21 19:46:08 +02:00
parent b86be5b854
commit 2c6fd3af14

View File

@@ -985,7 +985,20 @@ div.umb-codeeditor .umb-btn-toolbar {
//
// Nested boolean (e.g. list view bulk action permissions)
// ---------------------=====-----------------------------
// -------------------------------------------------------
.umb-nested-boolean label {margin-bottom: 8px; float: left; width: 320px;}
.umb-nested-boolean label span {float: left; width: 80%;}
.umb-nested-boolean label input[type='checkbox'] {margin-right: 10px; float: left;}
//
// Custom styles of property editors in property preview in document type editor
// -----------------------------------------------------------------------------
.umb-group-builder__property-preview {
.umb-property-editor {
.slider {
.tooltip {
display: none;
}
}
}
}