Set widget menu bar background colour.

This commit is contained in:
Richard Lewis 2017-11-10 21:41:35 +00:00
parent 73e7581fc6
commit 42bb54b202
3 changed files with 13 additions and 0 deletions

View file

@ -95,6 +95,10 @@ $roomsublist-label-bg-color: #454545;
// ********************
$widget-menu-bar-bg-color: #454545;
// ********************
// event tile lifecycle
$event-encrypting-color: rgba(171, 221, 188, 0.4);
$event-sending-color: #888;