|
1 | 1 | .tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before { |
2 | | - -webkit-box-sizing: border-box; |
3 | | - -moz-box-sizing: border-box; |
4 | 2 | box-sizing: border-box; } |
5 | 3 |
|
6 | 4 | .tether-element { |
|
13 | 11 | max-width: 100%; |
14 | 12 | max-height: 100%; } |
15 | 13 | .tether-element.tether-theme-arrows .tether-content { |
16 | | - -webkit-border-radius: 5px; |
17 | | - -moz-border-radius: 5px; |
18 | | - -ms-border-radius: 5px; |
19 | | - -o-border-radius: 5px; |
20 | 14 | border-radius: 5px; |
21 | 15 | position: relative; |
22 | 16 | font-family: inherit; |
23 | | - background: white; |
| 17 | + background: #fff; |
24 | 18 | color: inherit; |
25 | 19 | padding: 1em; |
26 | 20 | font-size: 1.1em; |
27 | 21 | line-height: 1.5em; |
28 | 22 | -webkit-transform: translateZ(0); |
29 | | - -moz-transform: translateZ(0); |
30 | | - -ms-transform: translateZ(0); |
31 | | - -o-transform: translateZ(0); |
32 | | - transform: translateZ(0); |
| 23 | + transform: translateZ(0); |
33 | 24 | -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); |
34 | | - -moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); |
35 | | - filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); } |
| 25 | + filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2)); } |
36 | 26 | .tether-element.tether-theme-arrows .tether-content:before { |
37 | 27 | content: ""; |
38 | 28 | display: block; |
|
48 | 38 | top: 100%; |
49 | 39 | left: 50%; |
50 | 40 | margin-left: -16px; |
51 | | - border-top-color: white; } |
| 41 | + border-top-color: #fff; } |
52 | 42 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-center .tether-content { |
53 | 43 | margin-top: 16px; } |
54 | 44 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-center .tether-content:before { |
55 | 45 | bottom: 100%; |
56 | 46 | left: 50%; |
57 | 47 | margin-left: -16px; |
58 | | - border-bottom-color: white; } |
| 48 | + border-bottom-color: #fff; } |
59 | 49 | .tether-element.tether-theme-arrows.tether-element-attached-right.tether-element-attached-middle .tether-content { |
60 | 50 | margin-right: 16px; } |
61 | 51 | .tether-element.tether-theme-arrows.tether-element-attached-right.tether-element-attached-middle .tether-content:before { |
62 | 52 | left: 100%; |
63 | 53 | top: 50%; |
64 | 54 | margin-top: -16px; |
65 | | - border-left-color: white; } |
| 55 | + border-left-color: #fff; } |
66 | 56 | .tether-element.tether-theme-arrows.tether-element-attached-left.tether-element-attached-middle .tether-content { |
67 | 57 | margin-left: 16px; } |
68 | 58 | .tether-element.tether-theme-arrows.tether-element-attached-left.tether-element-attached-middle .tether-content:before { |
69 | 59 | right: 100%; |
70 | 60 | top: 50%; |
71 | 61 | margin-top: -16px; |
72 | | - border-right-color: white; } |
| 62 | + border-right-color: #fff; } |
73 | 63 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content { |
74 | 64 | margin-top: 16px; } |
75 | 65 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-bottom .tether-content:before { |
76 | 66 | bottom: 100%; |
77 | 67 | left: 16px; |
78 | | - border-bottom-color: white; } |
| 68 | + border-bottom-color: #fff; } |
79 | 69 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content { |
80 | 70 | margin-top: 16px; } |
81 | 71 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-bottom .tether-content:before { |
82 | 72 | bottom: 100%; |
83 | 73 | right: 16px; |
84 | | - border-bottom-color: white; } |
| 74 | + border-bottom-color: #fff; } |
85 | 75 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content { |
86 | 76 | margin-bottom: 16px; } |
87 | 77 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-top .tether-content:before { |
88 | 78 | top: 100%; |
89 | 79 | left: 16px; |
90 | | - border-top-color: white; } |
| 80 | + border-top-color: #fff; } |
91 | 81 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content { |
92 | 82 | margin-bottom: 16px; } |
93 | 83 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-top .tether-content:before { |
94 | 84 | top: 100%; |
95 | 85 | right: 16px; |
96 | | - border-top-color: white; } |
| 86 | + border-top-color: #fff; } |
97 | 87 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content { |
98 | 88 | margin-right: 16px; } |
99 | 89 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-right.tether-target-attached-left .tether-content:before { |
100 | 90 | top: 16px; |
101 | 91 | left: 100%; |
102 | | - border-left-color: white; } |
| 92 | + border-left-color: #fff; } |
103 | 93 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content { |
104 | 94 | margin-left: 16px; } |
105 | 95 | .tether-element.tether-theme-arrows.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content:before { |
106 | 96 | top: 16px; |
107 | 97 | right: 100%; |
108 | | - border-right-color: white; } |
| 98 | + border-right-color: #fff; } |
109 | 99 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content { |
110 | 100 | margin-right: 16px; } |
111 | 101 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-right.tether-target-attached-left .tether-content:before { |
112 | 102 | bottom: 16px; |
113 | 103 | left: 100%; |
114 | | - border-left-color: white; } |
| 104 | + border-left-color: #fff; } |
115 | 105 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content { |
116 | 106 | margin-left: 16px; } |
117 | 107 | .tether-element.tether-theme-arrows.tether-element-attached-bottom.tether-element-attached-left.tether-target-attached-right .tether-content:before { |
118 | 108 | bottom: 16px; |
119 | 109 | right: 100%; |
120 | | - border-right-color: white; } |
| 110 | + border-right-color: #fff; } |
0 commit comments