Updates to the data tracking app; Updated the VAP list.
This commit is contained in:
@@ -1,2 +1,18 @@
|
||||
#items {
|
||||
#DFAliases {
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
overflow: scroll;
|
||||
|
||||
span {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 1.5em;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
}
|
||||
|
||||
span.selected {
|
||||
background-color: rgba(255, 248, 131, 0.51);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user