summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Next/css
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-19 00:47:41 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-19 00:47:41 +0200
commitd6f160876cca336469d2fd047486b8520d3ab3d7 (patch)
tree2750cfc92d1642566b7e6433c3bcef015f48b215 /pyload/webui/themes/Next/css
parentMerge pull request #7 from ardi69/0.4.10 (diff)
parentadded: colred logs for webui to (currently only for theme "Next") (diff)
downloadpyload-d6f160876cca336469d2fd047486b8520d3ab3d7.tar.xz
Merge pull request #8 from ardi69/0.4.10
colored logs for webui to
Diffstat (limited to 'pyload/webui/themes/Next/css')
-rw-r--r--pyload/webui/themes/Next/css/log.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/pyload/webui/themes/Next/css/log.css b/pyload/webui/themes/Next/css/log.css
index af2ea4fe8..71ba01edb 100644
--- a/pyload/webui/themes/Next/css/log.css
+++ b/pyload/webui/themes/Next/css/log.css
@@ -51,6 +51,46 @@ td.loglevel
{
text-align:right;
}
+td.mixedDEBUG, td.lineDEBUG, td.loglevellineDEBUG
+{
+ color: darkcyan;
+}
+td.mixedWARNING, td.lineWARNING, td.loglevellineWARNING
+{
+ color: #660;
+}
+td.mixedERROR, td.lineERROR, td.loglevellineERROR
+{
+ color: red;
+}
+td.mixedCRITICAL, td.lineCRITICAL, td.loglevellineCRITICAL
+{
+ color: purple;
+}
+td.loglevelmixedDEBUG span, td.loglevellabelDEBUG span
+{
+ font-weight: bold;
+ color: white;
+ background-color: darkcyan;
+}
+td.loglevelmixedWARNING span, td.loglevellabelWARNING span
+{
+ font-weight: bold;
+ color: white;
+ background-color: #660;
+}
+td.loglevelmixedERROR span, td.loglevellabelERROR span
+{
+ font-weight: bold;
+ color: white;
+ background-color: red;
+}
+td.loglevelmixedCRITICAL span, td.loglevellabelCRITICAL span
+{
+ font-weight: bold;
+ color: white;
+ background-color: purple;
+}
.logperpage
{
float: right;