From efb7206756caa4f65cb2efd2f2ad8fa11992d722 Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Wed, 15 Nov 2017 16:32:20 -0800 Subject: [PATCH] settings: Change grey colors to translucent black. --- static/styles/settings.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/styles/settings.css b/static/styles/settings.css index 9c10136d59..658b443bb9 100644 --- a/static/styles/settings.css +++ b/static/styles/settings.css @@ -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 {