Make right panel a dark-panel instead of every descendant.
Also move bg color central.
This commit is contained in:
parent
92e43ea181
commit
4e773c2665
13 changed files with 10 additions and 12 deletions
|
@ -180,7 +180,7 @@ $lightbox-border-color: #ffffff;
|
|||
// unused?
|
||||
$progressbar-color: #000;
|
||||
|
||||
// form elements
|
||||
/*** form elements ***/
|
||||
|
||||
// .mx_textinput is a container for a text input
|
||||
// + some other controls like buttons, ...
|
||||
|
@ -220,6 +220,11 @@ input[type=search] {
|
|||
min-width: 0;
|
||||
}
|
||||
|
||||
/*** panels ***/
|
||||
.dark-panel {
|
||||
background-color: $secondary-accent-color;
|
||||
}
|
||||
|
||||
.dark-panel {
|
||||
:not(.mx_textinput) > input[type=text],
|
||||
:not(.mx_textinput) > input[type=search],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue