settings: Clean up styling of the Mentor field.

This restyles the Mentor custom profile field in Settings >
Your account to better match the rest of the profile fields.
This commit is contained in:
Max Nussenbaum 2018-06-19 14:22:05 -07:00 committed by showell
parent 8973ece70b
commit e5d2e953bd
1 changed files with 15 additions and 0 deletions

View File

@ -1721,3 +1721,18 @@ thead .actions {
.profile-field-choices .choice-row input {
width: 50px;
}
#settings_page .pill-container {
background: #fff;
border: 1px solid #cccccc;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border linear 0.2s, box-shadow linear 0.2s;
min-width: 206px;
padding: 2px 6px;
}
#settings_page .pill-container:active,
#settings_page .pill-container:focus {
border-color: rgba(82, 168, 236, 0.8);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}