summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css11
1 files changed, 5 insertions, 6 deletions
diff --git a/themes/night.css b/themes/night.css
index bf5146801..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 {
@@ -1434,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 {
@@ -1478,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;