numerous updates
This commit is contained in:
@@ -607,6 +607,18 @@
|
||||
#djDebug .djdt-highlighted {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
@keyframes djdt-flash-new {
|
||||
from {
|
||||
background-color: green;
|
||||
}
|
||||
to {
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
#djDebug .flash-new {
|
||||
animation: djdt-flash-new 1s;
|
||||
}
|
||||
|
||||
.djdt-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user