From 341591d10baa81d58853c211454bee277becd8e1 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Tamotsu Date: Fri, 28 Aug 2020 13:28:34 +0900 Subject: [PATCH] Fix ui-edit and ui-both button in night mode Fix #1539 Signed-off-by: Tamotsu Takahashi --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index eeb1f8b9..d2e3fe6d 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -411,7 +411,7 @@ div[contenteditable]:empty:not(:focus):before{ color: #eee; } -.night .btn.btn-default.ui-view.active{ +.night .btn.btn-default.active{ background: #202020; }