Skip to content

Instantly share code, notes, and snippets.

@askaaqib
Created August 21, 2020 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save askaaqib/11edbcd6406a92e9313e681c954954fd to your computer and use it in GitHub Desktop.
Save askaaqib/11edbcd6406a92e9313e681c954954fd to your computer and use it in GitHub Desktop.
Agile Debug CSS ADMIN
.agile_dbg_collapsible{
background: none repeat scroll 0 0 #CCCCCC;
border-top: 1px solid #F0F0F0;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
height: 20px;
margin: 0;
padding: 5px;
text-decoration: none;
overflow: hidden;
/*text-transform: uppercase;*/
}
.agile_dbg_content {
background: #FFFFCC;
font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
font-size: 0.9em;
line-height: 1.5em;
margin: 0;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment