You are here

ui-dialog.css in Dialog 7.2

Styles for Bartik's modal windows

File

themes/bartik/css/components/ui-dialog.css
View source
  1. /**
  2. * @file
  3. * Styles for Bartik's modal windows
  4. */
  5. .ui-widget-overlay {
  6. background: #000;
  7. opacity: 0.7;
  8. }
  9. .ui-dialog {
  10. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  11. border-radius: 0;
  12. }
  13. .ui-dialog input,
  14. .ui-dialog select,
  15. .ui-dialog textarea {
  16. font-size: 0.9em;
  17. }
  18. .ui-dialog .button {
  19. background-color: #fff;
  20. background-image: -webkit-linear-gradient(top,#f3f3f3,#e8e8e8);
  21. background-image: linear-gradient(to bottom,#f3f3f3,#e8e8e8);
  22. border: 1px solid #e4e4e4;
  23. border-bottom-color: #b4b4b4;
  24. border-left-color: #d2d2d2;
  25. border-right-color: #d2d2d2;
  26. color: #3a3a3a;
  27. cursor: pointer;
  28. font-size: 0.929em;
  29. font-weight: normal;
  30. text-align: center;
  31. padding: 0.250em 1.063em;
  32. border-radius: 1em;
  33. }