summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css28
1 files changed, 23 insertions, 5 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index da7fe1a7a..487d149b2 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1514,17 +1514,20 @@ body.ttrss_prefs fieldset.plugin label.description {
body.ttrss_prefs fieldset.plugin label.description .dijitCheckBox {
margin-right: 10px;
}
-body.ttrss_prefs table.prefErrorLog tr.errrow td {
+body.ttrss_prefs .prefErrorLog tr td {
font-size: 10px;
}
-body.ttrss_prefs table.prefErrorLog tr.errrow td.errno {
+body.ttrss_prefs .prefErrorLog tr .errno {
font-style: italic;
font-weight: bold;
white-space: nowrap;
}
-body.ttrss_prefs table.prefErrorLog td.filename,
-body.ttrss_prefs table.prefErrorLog td.login,
-body.ttrss_prefs table.prefErrorLog td.timestamp {
+body.ttrss_prefs .prefErrorLog tr .errstr {
+ word-break: break-all;
+}
+body.ttrss_prefs .prefErrorLog tr .filename,
+body.ttrss_prefs .prefErrorLog tr .login,
+body.ttrss_prefs .prefErrorLog tr .timestamp {
color: #ccc;
}
body.ttrss_prefs hr {
@@ -1545,6 +1548,14 @@ body.ttrss_prefs .phpinfo td.v {
font-family: monospace;
word-break: break-all;
}
+body.ttrss_prefs #filterNewRuleDlg .invalid,
+body.ttrss_main #filterNewRuleDlg .invalid {
+ background: #ffc0c0;
+}
+body.ttrss_prefs #filterNewRuleDlg .valid,
+body.ttrss_main #filterNewRuleDlg .valid {
+ background: #c0ffc0;
+}
body.ttrss_prefs fieldset,
body.ttrss_utility fieldset {
border-width: 0px;
@@ -1763,6 +1774,7 @@ body.ttrss_utility.share_popup .content {
}
.flat .dijitTree .dijitTreeRow {
overflow: hidden;
+ -moz-user-select: none;
text-overflow: ellipsis;
}
.flat label.dijitButton {
@@ -1823,6 +1835,12 @@ body.flat.ttrss_main.ttrss_prefs td.filename,
body.flat.ttrss_main.ttrss_prefs div.prefHelp {
color: #999999;
}
+body.flat.ttrss_main.ttrss_prefs #filterNewRuleDlg .invalid {
+ background: #503030;
+}
+body.flat.ttrss_main.ttrss_prefs #filterNewRuleDlg .valid {
+ background: #305030;
+}
body.flat.ttrss_main {
/*
.post .content img,