summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 08:51:48 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 08:51:48 +0300
commit205a75dfb97eaac96122194a176094eb67eae061 (patch)
tree95b3a6d8f2eaef612d9f9849e58440943857addd /themes/night.css
parent6e14e575b37ac856eadc7921ee4d411bdb0146ec (diff)
prefs: show phpinfo on system tab
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index 208cebdf4..a28ffefc1 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -1451,6 +1451,19 @@ body.ttrss_prefs hr {
border-color: #ecf4ff;
max-width: 100%;
}
+body.ttrss_prefs .phpinfo table {
+ border-collapse: collapse;
+}
+body.ttrss_prefs .phpinfo td.e,
+body.ttrss_prefs .phpinfo td.v {
+ border: 1px solid #ccc;
+}
+body.ttrss_prefs .phpinfo td.e {
+ font-weight: bold;
+}
+body.ttrss_prefs .phpinfo td.v {
+ font-family: monospace;
+}
body.ttrss_utility.sanity_failed {
background: #900;
}