Hide tooltip of slider property editor in document type editor property preview

This commit is contained in:
Bjarne Fyrstenborg
2018-03-17 17:16:14 +01:00
parent 5f3090c81e
commit 4babcbf96e

View File

@@ -879,7 +879,21 @@ ul.color-picker li a {
//
// 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;
}
}
}
}