From 3e2fc9acb623666a421af31099dc60ba37a4c8f2 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 21 Dec 2019 08:26:42 +0100 Subject: [PATCH] move wrongly placed rules --- github-dark.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/github-dark.css b/github-dark.css index 4efdc5205..a7baed649 100644 --- a/github-dark.css +++ b/github-dark.css @@ -5784,6 +5784,13 @@ .select-menu-text-filter input::placeholder { color: #555 !important; } + ::-webkit-calendar-picker-indicator { + background-color: #181818; + color: #c9c9c9; + } + ::-webkit-calendar-picker-indicator:hover { + color: #666; + } /* Remove dotted borders on already otherwise higlighted elements (Firefox) */ .dropdown-item:focus, .details-dialog:focus { outline: none;