Chat online indicator to match the current theme
This commit is contained in:
parent
9a75a0621e
commit
b9bb8c28b4
|
@ -23,3 +23,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #e7c2ff;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(255, 104, 247);
|
||||
color: #606;
|
||||
}
|
|
@ -22,3 +22,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #c2d2ff;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(66, 142, 255);
|
||||
color: #fff;
|
||||
}
|
|
@ -22,3 +22,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #c2ffe8;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(28, 133, 33);
|
||||
color: #fff;
|
||||
}
|
|
@ -21,3 +21,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #ffcbc2;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(255, 110, 66);
|
||||
color: #fff;
|
||||
}
|
|
@ -22,3 +22,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #e7c2ff;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(255, 104, 247);
|
||||
color: #606;
|
||||
}
|
|
@ -23,3 +23,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #d7c2ff;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(170, 66, 255);
|
||||
color: #fff;
|
||||
}
|
|
@ -22,3 +22,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #ffd0c2;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(255, 66, 66);
|
||||
color: #fff;
|
||||
}
|
|
@ -23,3 +23,9 @@
|
|||
/* Nested box: Topics/Posts/Users/View counters */
|
||||
background-color: #ffcbc2;
|
||||
}
|
||||
|
||||
/* Chat members in top nav bar on desktop */
|
||||
.nonshy-navbar-notification-tag.is-link {
|
||||
background-color: rgb(163, 145, 40);
|
||||
color: #fff;
|
||||
}
|
Loading…
Reference in New Issue
Block a user