/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI Glass * * (C) Copyright IBM Corp. 2015, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ .inputDialog .propertyUIControl .propertyRow, .inputDialog .propertyUIControl .inputRow { width: 350px; position: relative; margin: 5px 0px 5px 0px; white-space: nowrap; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } .inputDialog .propertyUIControl .inputRow:first-child { margin-top: 0px; } .inputRow .propertyNameEdit { width: 12px; margin-top: 5px; } .inputRow .propertyNameEdit:hover .editIcon { display: block; } .inputRow .propertyNameEdit .editIcon { display: none; width: 12px; height: 12px; z-index: 100; fill: $gray4; } .inputDialog .propertyUIControl .inputRow .propertyName, .inputDialog .propertyUIControl .inputRow .propertyValue { border: none; color: $gray3; font-family: $font-family; font-size: $caption-size; line-height: inherit; outline: none; } .inputDialog .propertyUIControl .inputRow .propertyValue { padding: 0px; min-width: 200px; } .inputDialog .propertyUIControl .inputRow .propertyName { padding-left: 5px; [dir="rtl"] & { padding-left: 0px; padding-right: 5px; } } .inputDialog .propertyUIControl .inputRow .editing { color: $primary2; } .inputDialog .propertyUIControl .editing{ border-bottom: 2px solid $primary2; } .inputDialog .propertyUIControl .inputRow .warning { color: $communication3; } .inputDialog .propertyUIControl .inputRow .warning:focus[tabindex] { outline-offset: -1px; } .inputDialog .propertyUIControl .inputRow .confirm { color: $communication1; } .inputDialog .propertyUIControl .inputRow .confirm:focus[tabindex] { outline-offset: -1px; } .inputDialog .propertyUIControl .controlOnLeft { margin: 5px 5px 5px 5px; } .slider-container .slider.slider-horizontal .slider-track{ border: 1px solid transparent !important; } .slider-container.simple .slider .slider-handle{ border: 1px solid transparent !important; } .loggingConfigPane .propertyRow:nth-child(2){ padding-top: 13px; }