mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
settings: Change grey colors to translucent black.
This commit is contained in:
committed by
Steve Howell
parent
e806300b51
commit
efb7206756
@@ -849,7 +849,7 @@ input[type=checkbox].inline-block {
|
||||
}
|
||||
|
||||
.emojiset_choices label {
|
||||
border-bottom: 1px solid #ddd;
|
||||
border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
|
||||
padding: 8px 0px 10px 0px;
|
||||
}
|
||||
|
||||
@@ -975,7 +975,7 @@ input[type=checkbox].inline-block {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
background-color: hsla(0, 0%, 0%, 0.02);
|
||||
}
|
||||
|
||||
#settings_page .table-striped thead th {
|
||||
|
||||
Reference in New Issue
Block a user