Update styles for new colours
This commit is contained in:
parent
1ab2e06887
commit
e658d9619b
5 changed files with 10 additions and 6 deletions
|
@ -102,15 +102,11 @@ limitations under the License.
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AvatarSetting_avatarPlaceholder ~ .mx_AvatarSetting_uploadButton {
|
|
||||||
border: 1px solid $settings-profile-overlay-placeholder-fg-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_AvatarSetting_uploadButton {
|
.mx_AvatarSetting_uploadButton {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
background-color: $settings-profile-placeholder-bg-color;
|
background-color: $settings-profile-button-bg-color;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -125,7 +121,7 @@ limitations under the License.
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: 55%;
|
mask-size: 55%;
|
||||||
background-color: $settings-profile-overlay-placeholder-fg-color;
|
background-color: $settings-profile-button-fg-color;
|
||||||
mask-image: url('$(res)/img/feather-customised/edit.svg');
|
mask-image: url('$(res)/img/feather-customised/edit.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,6 +89,8 @@ $lightbox-background-bg-color: #000;
|
||||||
$settings-grey-fg-color: #a2a2a2;
|
$settings-grey-fg-color: #a2a2a2;
|
||||||
$settings-profile-placeholder-bg-color: #21262c;
|
$settings-profile-placeholder-bg-color: #21262c;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||||
|
$settings-profile-button-bg-color: #e7e7e7;
|
||||||
|
$settings-profile-button-fg-color: $settings-profile-overlay-placeholder-fg-color;
|
||||||
$settings-subsection-fg-color: $text-secondary-color;
|
$settings-subsection-fg-color: $text-secondary-color;
|
||||||
|
|
||||||
$topleftmenu-color: $text-primary-color;
|
$topleftmenu-color: $text-primary-color;
|
||||||
|
|
|
@ -87,6 +87,8 @@ $lightbox-background-bg-color: #000;
|
||||||
$settings-grey-fg-color: #a2a2a2;
|
$settings-grey-fg-color: #a2a2a2;
|
||||||
$settings-profile-placeholder-bg-color: #e7e7e7;
|
$settings-profile-placeholder-bg-color: #e7e7e7;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #454545;
|
$settings-profile-overlay-placeholder-fg-color: #454545;
|
||||||
|
$settings-profile-button-bg-color: #e7e7e7;
|
||||||
|
$settings-profile-button-fg-color: $settings-profile-overlay-placeholder-fg-color;
|
||||||
$settings-subsection-fg-color: $text-secondary-color;
|
$settings-subsection-fg-color: $text-secondary-color;
|
||||||
|
|
||||||
$topleftmenu-color: $text-primary-color;
|
$topleftmenu-color: $text-primary-color;
|
||||||
|
|
|
@ -145,6 +145,8 @@ $blockquote-fg-color: #777;
|
||||||
$settings-grey-fg-color: #a2a2a2;
|
$settings-grey-fg-color: #a2a2a2;
|
||||||
$settings-profile-placeholder-bg-color: #e7e7e7;
|
$settings-profile-placeholder-bg-color: #e7e7e7;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
||||||
|
$settings-profile-button-bg-color: #e7e7e7;
|
||||||
|
$settings-profile-button-fg-color: $settings-profile-overlay-placeholder-fg-color;
|
||||||
$settings-subsection-fg-color: #61708b;
|
$settings-subsection-fg-color: #61708b;
|
||||||
|
|
||||||
$voip-decline-color: #f48080;
|
$voip-decline-color: #f48080;
|
||||||
|
|
|
@ -139,6 +139,8 @@ $blockquote-fg-color: #777;
|
||||||
$settings-grey-fg-color: #a2a2a2;
|
$settings-grey-fg-color: #a2a2a2;
|
||||||
$settings-profile-placeholder-bg-color: #f4f6fa;
|
$settings-profile-placeholder-bg-color: #f4f6fa;
|
||||||
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
$settings-profile-overlay-placeholder-fg-color: #2e2f32;
|
||||||
|
$settings-profile-button-bg-color: #e7e7e7;
|
||||||
|
$settings-profile-button-fg-color: $settings-profile-overlay-placeholder-fg-color;
|
||||||
$settings-subsection-fg-color: #61708b;
|
$settings-subsection-fg-color: #61708b;
|
||||||
|
|
||||||
$voip-decline-color: #f48080;
|
$voip-decline-color: #f48080;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue