settings: Change grey colors to translucent black.

This commit is contained in:
Brock Whittaker
2017-11-15 16:32:20 -08:00
committed by Steve Howell
parent e806300b51
commit efb7206756

View File

@@ -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 {