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