Improved indicator

This commit is contained in:
Borys Levytskyi
2015-04-04 19:49:15 +03:00
parent ffe5e6d33d
commit 07024e4207
3 changed files with 10 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ code { font-size: 1.2em; font-weight: bold; }
.help { padding: 10px; background: #e0e0e0; }
.help ul { list-style-type: none; margin: 0; padding: 0; }
.configPnl .indicator { font-size: 0.7em; background: darkblue; color: white; padding: 2px; }
.configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px; }
.configPnl .on { background: darkblue; }
.error { color: maroon; }