You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

common.css 715B

12345678910111213141516171819202122232425262728293031323334
  1. #itmtk-ajax-window {
  2. background: #e9eced;
  3. font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
  4. color: #464f52;
  5. font-size: 12px;
  6. line-height: 18px;
  7. }
  8. input, select, textarea, button {
  9. font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif;
  10. color: #464f52;
  11. }
  12. select {
  13. padding: 0;
  14. margin: 0;
  15. }
  16. .i-disabled {
  17. opacity: 0.3;
  18. filter: Alpha(opacity=30);
  19. }
  20. .i-contextmenu {
  21. background: #fff;
  22. border: #000;
  23. }
  24. /* Provide some extra whitespace for wrapped elements
  25. (these elements usuallly need the extra space, since
  26. they aren't even handling their own caption) */
  27. .i-captionwrapper {
  28. margin: 0.3em 0 0 0;
  29. }