From cfb204bc1b5051dc3c9b6cbeabdba779c45fb2e1 Mon Sep 17 00:00:00 2001 From: Sai Kurogetsu Date: Mon, 11 Dec 2017 20:06:30 +0000 Subject: [PATCH] fix invisible page title in about:config --- userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userContent.css b/userContent.css index 4274cfa..3b68451 100644 --- a/userContent.css +++ b/userContent.css @@ -229,6 +229,12 @@ url("about:mozilla"), url("about:webrtc") { } } +@-moz-document url("about:config") { + #warningTitle { + color: unset !important; + } +} + @-moz-document url("about:debugging") { .addon-target-container, .service-worker-multi-process { background-color: var(--in-content-box-background) !important;