Improve gradients for Safari
This commit is contained in:
parent
f64f39f773
commit
5f6907c85e
4 changed files with 6 additions and 2 deletions
|
@ -122,6 +122,8 @@ $button-danger-disabled-bg-color: #f5b6bb; // TODO: Verify color
|
|||
|
||||
$room-warning-bg-color: $header-panel-bg-color;
|
||||
|
||||
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);
|
||||
|
||||
/*** form elements ***/
|
||||
|
||||
// .mx_textinput is a container for a text input
|
||||
|
|
|
@ -249,6 +249,8 @@ $authpage-lang-color: #4e5054;
|
|||
$authpage-primary-color: #454545;
|
||||
$authpage-secondary-color: #61708b;
|
||||
|
||||
$panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
|
||||
|
||||
/*** form elements ***/
|
||||
|
||||
// .mx_textinput is a container for a text input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue