FIxed field work buff. Added AutoLink and ServerProfiler programs. PRogram work is now saved

This commit is contained in:
Daniel Xie
2017-06-23 09:23:35 -05:00
parent 3f684dbfdb
commit a6406e785a
9 changed files with 227 additions and 93 deletions
+10
View File
@@ -293,3 +293,13 @@ tr:focus {
#character-overview-options-button {
display: inline-block;
}
/* Scan analyze links from AutoLink */
.scan-analyze-link {
cursor:pointer;
color:#FFFFFF;
text-decoration:underline;
}
.scan-analyze-link:hover {
text-decoration:none;
}