| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/SystemApps/MicrosoftWindows.Client.OOBE_cw5n1h2txyewy/css/controlsLite/ |
Upload File : |
/*version 1.0.3*/
/*Styles for Select control*/
/*TODO: Add styles for identity owned select control*/
@import "../theme-light.scss";
.win-dropdown {
background-color: $foregroundAltWhiteColor;
border: 1px solid $altFillNeutralPressColor;
border-radius: 3px;
margin: 0px;
width: $widthForWinControls;
height: $heightForWinControls;
font-size: 0.87rem;
&:hover {
background: #F9F9F9;
border: 1px solid rgba(0,0,0,0.0578);
}
}
select.win-dropdown option {
font-size: 1rem;
line-height: 2.25rem;
background: $foregroundAltWhiteColor;
}
.nameFields > .input-row > .select-field:first-child {
margin-right: 14px;
}
.template-input .input-container.input-row .select-field {
flex: 1;
}
.template-input > .input-container > .select-field {
padding: 0px 8px 0px 10px;
width: 100%;
}