mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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:
parent
60e018e972
commit
aebf63c288
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user