mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Add missing CSS to dharma theme
This commit is contained in:
parent
502288d4cc
commit
ff2faf7996
1 changed files with 10 additions and 0 deletions
|
@ -186,6 +186,8 @@ $lightbox-border-color: #ffffff;
|
|||
// unused?
|
||||
$progressbar-color: #000;
|
||||
|
||||
$room-warning-bg-color: #fff8e3;
|
||||
|
||||
/*** form elements ***/
|
||||
|
||||
// .mx_textinput is a container for a text input
|
||||
|
@ -320,3 +322,11 @@ input[type=search]::-webkit-search-results-decoration {
|
|||
font-size: 15px;
|
||||
padding: 0px 1.5em 0px 1.5em;
|
||||
}
|
||||
|
||||
@define-mixin mx_DialogButton_secondary {
|
||||
// flip colours for the secondary ones
|
||||
font-weight: 600;
|
||||
border: 1px solid $accent-color ! important;
|
||||
color: $accent-color;
|
||||
background-color: $accent-fg-color;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue