From b6a021461d2ea54a91ce77c58591ad2ead35abdc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Dec 2018 21:06:02 +0300 Subject: add night_base so that output files would generate properly, etc --- themes/night.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index a68fc0734..c1a6ab462 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1,4 +1,5 @@ @import "../lib/flat-ttrss/flat_combined_dark.css"; +@import "../lib/flat-ttrss/flat_combined_dark.css"; body.ttrss_main, body.ttrss_prefs, #main { @@ -1472,6 +1473,10 @@ body.ttrss_prefs div#labellistLoading { body.ttrss_prefs #errorButton { color: red; } +body.ttrss_prefs .user-css-editor { + height: 300px; + width: 575px; +} body.ttrss_prefs table.prefPluginsList td label, body.ttrss_prefs table.prefUserList td { cursor: pointer; -- cgit v1.2.3