Make right panel a dark-panel instead of every descendant.

Also move bg color central.
This commit is contained in:
Bruno Windels
2018-11-06 14:47:58 +01:00
parent 92e43ea181
commit 4e773c2665
13 changed files with 10 additions and 12 deletions
-1
View File
@@ -17,7 +17,6 @@ limitations under the License.
.mx_FilePanel {
order: 2;
flex: 1 1 0;
background-color: $secondary-accent-color;
overflow-y: auto;
}
-1
View File
@@ -46,7 +46,6 @@ limitations under the License.
}
.mx_LeftPanel {
background-color: $secondary-accent-color;
flex: 1;
overflow-x: hidden;
display: flex;
@@ -17,7 +17,6 @@ limitations under the License.
.mx_NotificationPanel {
order: 2;
flex: 1 1 0;
background-color: $secondary-accent-color;
overflow-y: auto;
}
-1
View File
@@ -45,7 +45,6 @@ limitations under the License.
padding-top: 6px;
padding-bottom: 6px;
cursor: pointer;
background-color: $secondary-accent-color;
}
.mx_RoomSubList_label.mx_RoomSubList_fixed {
-1
View File
@@ -15,7 +15,6 @@ limitations under the License.
*/
.mx_MemberInfo {
background-color: $secondary-accent-color;
display: flex;
flex-direction: column;
flex: 1;
-1
View File
@@ -17,7 +17,6 @@ limitations under the License.
.mx_MemberList,
.mx_GroupMemberList,
.mx_GroupRoomList {
background-color: $secondary-accent-color;
flex: 1;
display: flex;
flex-direction: column;
-1
View File
@@ -37,7 +37,6 @@ limitations under the License.
}
.mx_RoomList_emptySubListTip_container {
background-color: $secondary-accent-color;
padding-left: 18px;
padding-right: 18px;
padding-top: 8px;
-1
View File
@@ -23,7 +23,6 @@ limitations under the License.
margin: 0;
padding: 2px 12px;
position: relative;
background-color: $secondary-accent-color;
}
.mx_RoomTile_tooltip {
+6 -1
View File
@@ -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],