Set widget menu bar background colour.

pull/5574/head
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

@ -81,6 +81,11 @@ limitations under the License.
// background-color: $e2e-verified-color;
border-bottom: 1px solid $primary-hairline-color;
font-size: 10px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
background-color: $widget-menu-bar-bg-color;
}
.mx_AppTileMenuBarWidgets {

View File

@ -101,6 +101,10 @@ $roomsublist-label-bg-color: #d3efe1;
// ********************
$widget-menu-bar-bg-color: #d3efe1;
// ********************
// event tile lifecycle
$event-encrypting-color: #abddbc;
$event-sending-color: #ddd;

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;