mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-11 05:09:15 +00:00
prefs: show phpinfo on system tab
This commit is contained in:
@@ -1450,6 +1450,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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user