You are here

handlers-table.css in Extensible BBCode 8.2

#xbbcode-handlers .xbbcode-description-invisible {
  display: none;
}

#xbbcode-handlers div.form-type-checkbox {
  display: inline;
}

#xbbcode-handlers td.xbbcode-tag-td {
  width: 10em;
}
#xbbcode-handlers td:first-child {
  width: 0;
}
#xbbcode-handlers tr:not(.selected) td {
  background: none;
  color: #aaa;
}

#xbbcode-handlers tr.selected td {
  background: none;
  color: #555;
}

File

assets/handlers-table.css
View source
  1. #xbbcode-handlers .xbbcode-description-invisible {
  2. display: none;
  3. }
  4. #xbbcode-handlers div.form-type-checkbox {
  5. display: inline;
  6. }
  7. #xbbcode-handlers td.xbbcode-tag-td {
  8. width: 10em;
  9. }
  10. #xbbcode-handlers td:first-child {
  11. width: 0;
  12. }
  13. #xbbcode-handlers tr:not(.selected) td {
  14. background: none;
  15. color: #aaa;
  16. }
  17. #xbbcode-handlers tr.selected td {
  18. background: none;
  19. color: #555;
  20. }