comparison core/themes/bartik/css/components/ui-dialog.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
2 * @file 2 * @file
3 * Styles for Bartik's modal windows 3 * Styles for Bartik's modal windows
4 */ 4 */
5 5
6 .ui-widget-overlay { 6 .ui-widget-overlay {
7 opacity: 0.7;
7 background: #000; 8 background: #000;
8 opacity: 0.7;
9 } 9 }
10 .ui-dialog { 10 .ui-dialog {
11 border-radius: 0;
11 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 12 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
12 border-radius: 0;
13 } 13 }
14 .ui-dialog input, 14 .ui-dialog input,
15 .ui-dialog select, 15 .ui-dialog select,
16 .ui-dialog textarea { 16 .ui-dialog textarea {
17 font-size: 0.9em; 17 font-size: 0.9em;
18 } 18 }
19 .ui-dialog .button { 19 .ui-dialog .button {
20 padding: 0.25em 1.063em;
21 cursor: pointer;
22 text-align: center;
23 color: #3a3a3a;
24 border: 1px solid #e4e4e4;
25 border-right-color: #d2d2d2;
26 border-bottom-color: #b4b4b4;
27 border-left-color: #d2d2d2;
28 border-radius: 1em;
20 background-color: #fff; 29 background-color: #fff;
21 background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8); 30 background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
22 background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8); 31 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; 32 font-size: 0.929em;
30 font-weight: normal; 33 font-weight: normal;
31 text-align: center;
32 padding: 0.25em 1.063em;
33 border-radius: 1em;
34 } 34 }