Just working on things. Slow progress...

This commit is contained in:
Scott Idem
2024-03-14 18:11:09 -04:00
parent 8bf1892bc7
commit a97e5666a7
7 changed files with 717 additions and 125 deletions

View File

@@ -70,6 +70,20 @@ body {
}
.ae_debug {
/* A darker pink outline */
outline: thin dashed;
outline-color: hsla(0, 100%, 50%, 0.15);
/* A light pink background color */
background-color: hsla(0, 100%, 50%, 0.15);
}
.ae_debug:hover {
/* A darker pink outline */
outline-color: hsla(0, 100%, 50%, 0.50);
/* A light pink background color */
background-color: hsla(0, 100%, 50%, 0.40);
}
/* Deal with being in an iframe */
#appShell #shell-header.iframe {