Skip to content
Snippets Groups Projects
Commit 3e1923c3 authored by wactbprot's avatar wactbprot
Browse files

missing --> m, none-->n, wait--> w

parent da1ef290
Branches
No related tags found
No related merge requests found
......@@ -53,10 +53,10 @@
.SE1 { color:white;background-color: #6A9E99; }
.SE3 { color:white;background-color: #42847D; }
.missing { color:black; background-color: #EDE15C; }
.m { color:black; background-color: #EDE15C; }
.selected { color:black; background-color: #ff6600; }
.waiting { color:black;background-color: #ECE8FA; }
.w { color:black;background-color: #ECE8FA; }
overflow: scroll; /* Scrollbar are always visible */
overflow: auto; /* Scrollbar is displayed as it's needed */
......
function(doc) {
var missing = "missing"
, none = "none"
, waiting = "waiting"
var missing = "m"
, none = "n"
, waiting = "w"
, pad = "0000"
, commonPrefix = "7.5-1V"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment