forked from matrix/element-web
Set widget menu bar background colour.
This commit is contained in:
parent
73e7581fc6
commit
42bb54b202
|
@ -81,6 +81,11 @@ limitations under the License.
|
||||||
// background-color: $e2e-verified-color;
|
// background-color: $e2e-verified-color;
|
||||||
border-bottom: 1px solid $primary-hairline-color;
|
border-bottom: 1px solid $primary-hairline-color;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
background-color: $widget-menu-bar-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileMenuBarWidgets {
|
.mx_AppTileMenuBarWidgets {
|
||||||
|
|
|
@ -101,6 +101,10 @@ $roomsublist-label-bg-color: #d3efe1;
|
||||||
|
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
|
$widget-menu-bar-bg-color: #d3efe1;
|
||||||
|
|
||||||
|
// ********************
|
||||||
|
|
||||||
// event tile lifecycle
|
// event tile lifecycle
|
||||||
$event-encrypting-color: #abddbc;
|
$event-encrypting-color: #abddbc;
|
||||||
$event-sending-color: #ddd;
|
$event-sending-color: #ddd;
|
||||||
|
|
|
@ -95,6 +95,10 @@ $roomsublist-label-bg-color: #454545;
|
||||||
|
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
|
$widget-menu-bar-bg-color: #454545;
|
||||||
|
|
||||||
|
// ********************
|
||||||
|
|
||||||
// event tile lifecycle
|
// event tile lifecycle
|
||||||
$event-encrypting-color: rgba(171, 221, 188, 0.4);
|
$event-encrypting-color: rgba(171, 221, 188, 0.4);
|
||||||
$event-sending-color: #888;
|
$event-sending-color: #888;
|
||||||
|
|
Loading…
Reference in New Issue