gen_form.css 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. /*##############################################################################
  2. ## HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®. All rights reserved.
  3. ############################################################################## */
  4. /* remove IE always-on scrollbar */
  5. textarea {overflow: auto;}
  6. /* make IE disable more visible */
  7. input.disabled { background-color: #BBBBBB }
  8. textarea.disabled { background-color: #BBBBBB }
  9. select.disabled { background-color: #BBBBBB }
  10. /* table for struct */
  11. table.struct { border-left:gray dotted thin; border-top:gray solid thin }
  12. /* background colors */
  13. .request { font-weight: bold; font-variant: small-caps }
  14. .service { background-color: #4775FF }
  15. .method { background-color: #CBE5FF }
  16. .desc { background-color:#fefefe }
  17. .help { background-color:#fefefe }
  18. .commands { background-color:#e0e0e0 }
  19. .options { background-color:#e0e0e0 }
  20. .gap { background-color:#efefef }
  21. .input { background-color:#efefef }
  22. .tributton { color: gray; font-size:9px; text-align:center; height: 18; border-style: outset; border-width: 1px; border-color: silver; background-color: LightGray; cursor: default;}
  23. /* vertical text: only works in IE unfortunately */
  24. .verttext { writing-mode: tb-rl; filter: flipv fliph; }