Change background colour of login country dd to white

pull/3959/head
Luke Barnard 2017-05-18 13:43:21 +01:00
parent 01a15b2b7e
commit 1460eae280
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ limitations under the License.
/* To override mx_Login_field_prefix */
text-align: left;
padding: 0px;
background-color: $primary-bg-color;
}
.mx_Login_field_prefix .mx_Dropdown_input {