summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-11 21:06:02 +0300
committerAndrew Dolgov <[email protected]>2018-12-11 21:06:02 +0300
commitb6a021461d2ea54a91ce77c58591ad2ead35abdc (patch)
treeb87305c9825d7bac9432ff2167906d25cfe47456 /themes/night_blue.css
parentbe49b77b14ac724cf8b35f2f077cdfaf990c0a7e (diff)
add night_base so that output files would generate properly, etc
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 793145a2b..138a8ef17 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1435,12 +1435,6 @@ body.ttrss_prefs #header img {
vertical-align: middle;
cursor: pointer;
}
-body.ttrss_prefs #user-css-editor {
- height: 300px;
-}
-body.ttrss_prefs #user-css-editor .codeflask {
- position: relative;
-}
body.ttrss_prefs .dijitTree#filterTree .dijitTreeIcon,
body.ttrss_prefs .dijitTree#labelTree .dijitTreeIcon,
body.ttrss_prefs .dijitTree#filterTree .dijitTreeIcon {
@@ -1479,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;