1
div.dt-autofill-handle {
6
box-sizing: border-box;
11
div.dtk-focus-alt div.dt-autofill-handle {
15
div.dt-autofill-select {
18
background-color: #0275d8;
19
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
21
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
25
div.dt-autofill-select.left, div.dt-autofill-select.right {
36
background-color: white;
38
box-shadow: 0 0 5px #555;
39
border: 2px solid #444;
41
box-sizing: border-box;
44
div.dt-autofill-list ul {
51
div.dt-autofill-list ul li {
54
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
57
div.dt-autofill-list ul li:hover {
58
background-color: #f6f6f6;
60
div.dt-autofill-list div.dt-autofill-question {
63
border-bottom: 1px solid #ccc;
65
div.dt-autofill-list div.dt-autofill-question input[type=number] {
70
div.dt-autofill-list div.dt-autofill-button {
73
border-bottom: 1px solid #ccc;
76
div.dt-autofill-background {
82
background: rgba(0, 0, 0, 0.7);
83
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
87
div.dt-autofill-list div.dt-autofill-question input[type=number] {