Minor CSS adjustments

pull/21833/head
Travis Ralston 2019-01-23 18:49:27 -07:00
parent 6f947ab6d9
commit 736aa8297d
6 changed files with 9 additions and 7 deletions

View File

@ -43,8 +43,8 @@ limitations under the License.
background-color: $button-primary-disabled-bg-color;
}
.mx_AccessibleButton_kind_primary_sm {
padding: 5px 12px !important;
.mx_AccessibleButton_hasKind.mx_AccessibleButton_kind_primary_sm {
padding: 5px 12px;
color: $button-primary-fg-color;
background-color: $button-primary-bg-color;
}
@ -64,8 +64,8 @@ limitations under the License.
background-color: $button-danger-disabled-bg-color;
}
.mx_AccessibleButton_kind_danger_sm {
padding: 5px 12px !important;
.mx_AccessibleButton_hasKind.mx_AccessibleButton_kind_danger_sm {
padding: 5px 12px;
color: $button-danger-fg-color;
background-color: $button-danger-bg-color;
}

View File

@ -37,5 +37,7 @@ limitations under the License.
}
.mx_EmailAddresses_new .mx_Field input {
// Use 100% of the space available for the input, but don't let the 10px
// padding on either side of the input to push it out of alignment.
width: calc(100% - 20px);
}

View File

@ -37,6 +37,8 @@ limitations under the License.
}
.mx_PhoneNumbers_new .mx_Field input {
// Use 100% of the space available for the input, but don't let the 10px
// padding on either side of the input to push it out of alignment.
width: calc(100% - 20px);
}

View File

@ -47,7 +47,7 @@ limitations under the License.
vertical-align: bottom;
display: inline-block;
font-size: 12px;
color: $settings-label-fg-color;
color: $primary-fg-color;
}
.mx_SettingsTab_section .mx_SettingsFlag .mx_ToggleSwitch {

View File

@ -126,7 +126,6 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
$settings-profile-overlay-fg-color: #fff;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-subsection-fg-color: #61708b;
$settings-label-fg-color: #454545;
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;

View File

@ -119,7 +119,6 @@ $settings-profile-overlay-placeholder-bg-color: transparent;
$settings-profile-overlay-fg-color: #fff;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-subsection-fg-color: #61708b;
$settings-label-fg-color: #454545;
$voip-decline-color: #f48080;
$voip-accept-color: #80f480;