You are here

xbbcode.css in Extensible BBCode 8

Same filename and directory in other branches
  1. 7 xbbcode.css
#xbbcode-handlers .xbbcode-description-invisible {
  display: none;
}

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

#xbbcode-handlers td:not(.xbbcode-tag-td) {
  min-width: 5em;
}

#xbbcode-handlers tr:not(.selected) td {
  background: none;
  color: #aaa;
}

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

File

xbbcode.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:not(.xbbcode-tag-td) {
  8. min-width: 5em;
  9. }
  10. #xbbcode-handlers tr:not(.selected) td {
  11. background: none;
  12. color: #aaa;
  13. }
  14. #xbbcode-handlers tr.selected td {
  15. background: none;
  16. color: #555;
  17. }