sidebars: Change to more muted hover/active colors.

The active streams and users should be more muted grey tones than the
greens and blues that they currently are.
This commit is contained in:
Brock Whittaker 2017-12-04 13:30:31 -08:00 committed by showell
parent 60e018e972
commit aebf63c288
2 changed files with 7 additions and 12 deletions

View File

@ -94,13 +94,8 @@
margin-left: 1ex;
}
#global_filters li:hover,
#stream_filters li:hover {
background-color: hsl(93, 19%, 88%);
}
#stream_filters li.active-sub-filter:hover {
background-color: hsl(120, 11%, 82%);
.left-sidebar li:hover {
background-color: hsla(0, 0%, 0%, 0.05);
}
ul.filters {
@ -120,7 +115,7 @@ ul.filters hr {
li.active-filter,
li.active-sub-filter {
font-weight: 600 !important;
background: hsl(202, 56%, 91%);
background: hsla(0, 0%, 0%, 0.05);
position: relative;
}
@ -187,7 +182,7 @@ li.hidden-filter {
float: right;
margin-top: 3px;
line-height: 12px;
background: hsl(105, 2%, 50%);
background: hsla(0, 0%, 0%, 0.25);
padding: 1px 4px;
border-radius: 0px;
color: hsl(0, 0%, 100%);
@ -229,7 +224,7 @@ li.hidden-filter {
line-height: 1em;
top: 4px;
padding: 1px 4px 1px 4px;
background: hsl(107, 5%, 66%);
background: hsla(0, 0%, 0%, 0.25);
color: hsl(0, 0%, 100%);
border-radius: 1px;
font-size: 12px;

View File

@ -9,7 +9,7 @@
#group-pms li:hover,
#user_presences li:hover {
background-color: hsl(93, 19%, 88%);
background-color: hsla(0, 0%, 0%, 0.05);
}
#user_presences,
@ -155,7 +155,7 @@
right: 29px;
top: 4px;
padding: 1px 4px 2px 4px;
background: hsl(105, 2%, 50%);
background: hsla(0, 0%, 0%, 0.25);
border-radius: 0px;
color: hsl(0, 0%, 100%);
font-size: 12px;