summaryrefslogtreecommitdiffstats
path: root/pyload/webui/themes/Next
diff options
context:
space:
mode:
authorGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-19 20:26:12 +0200
committerGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-19 20:26:12 +0200
commit1138aa6bdef34d2b73e62c21b3bd351f37dad87f (patch)
treee7642fb1933ef884f9131395f38d3fdfaf9781b2 /pyload/webui/themes/Next
parentsorted config in webui ("Activated" is always the top option) (diff)
downloadpyload-1138aa6bdef34d2b73e62c21b3bd351f37dad87f.tar.xz
cosmetics
Diffstat (limited to 'pyload/webui/themes/Next')
-rw-r--r--pyload/webui/themes/Next/css/log.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/pyload/webui/themes/Next/css/log.css b/pyload/webui/themes/Next/css/log.css
index 71ba01edb..4c6640fef 100644
--- a/pyload/webui/themes/Next/css/log.css
+++ b/pyload/webui/themes/Next/css/log.css
@@ -51,41 +51,41 @@ td.loglevel
{
text-align:right;
}
-td.mixedDEBUG, td.lineDEBUG, td.loglevellineDEBUG
+td.MixedDEBUG, td.LineDEBUG, td.logleveLlineDEBUG
{
color: darkcyan;
}
-td.mixedWARNING, td.lineWARNING, td.loglevellineWARNING
+td.MixedWARNING, td.LineWARNING, td.loglevelLineWARNING
{
color: #660;
}
-td.mixedERROR, td.lineERROR, td.loglevellineERROR
+td.MixedERROR, td.LineERROR, td.loglevelLineERROR
{
color: red;
}
-td.mixedCRITICAL, td.lineCRITICAL, td.loglevellineCRITICAL
+td.MixedCRITICAL, td.LineCRITICAL, td.loglevelLineCRITICAL
{
color: purple;
}
-td.loglevelmixedDEBUG span, td.loglevellabelDEBUG span
+td.loglevelMixedDEBUG span, td.loglevelLabelDEBUG span
{
font-weight: bold;
color: white;
background-color: darkcyan;
}
-td.loglevelmixedWARNING span, td.loglevellabelWARNING span
+td.loglevelMixedWARNING span, td.loglevelLabelWARNING span
{
font-weight: bold;
color: white;
background-color: #660;
}
-td.loglevelmixedERROR span, td.loglevellabelERROR span
+td.loglevelMixedERROR span, td.loglevelLabelERROR span
{
font-weight: bold;
color: white;
background-color: red;
}
-td.loglevelmixedCRITICAL span, td.loglevellabelCRITICAL span
+td.loglevelMixedCRITICAL span, td.loglevelLabelCRITICAL span
{
font-weight: bold;
color: white;