DebugTools.css 255 B

12345678910111213141516
  1. #debugTools a{
  2. color: #666;
  3. display: block;
  4. text-align: center;
  5. font-size: 1.5em;
  6. text-transform: uppercase;
  7. text-decoration: none;
  8. }
  9. #debugTools a:hover {
  10. color:#999
  11. }
  12. #debugTools input[type="text"]{
  13. min-width: unset;
  14. }