Change background colour of login country dd to white

This commit is contained in:
Luke Barnard 2017-05-18 13:43:21 +01:00
parent 01a15b2b7e
commit 1460eae280

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 {