Merge pull request #5286 from turt2live/travis/presence
CSS/components for custom presence controls
This commit is contained in:
commit
3e72d8d969
7 changed files with 249 additions and 0 deletions
|
@ -135,6 +135,11 @@ $e2e-verified-color: #76cfa5; // N.B. *NOT* the same as $accent-color
|
|||
$e2e-unverified-color: #e8bf37;
|
||||
$e2e-warning-color: #ba6363;
|
||||
|
||||
// presence
|
||||
$presence-online: #60de00;
|
||||
$presence-unavailable: #deb800;
|
||||
$presence-offline: #b7b7b7;
|
||||
|
||||
/*** ImageView ***/
|
||||
$lightbox-bg-color: #454545;
|
||||
$lightbox-fg-color: #ffffff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue