Skip to content

Commit 877d251

Browse files
author
Marina Sheenkova
committed
arrow of tooltips bigger
1 parent e9ea859 commit 877d251

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

introjs.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -122,27 +122,27 @@ tr.introjs-showElement > th {
122122
}
123123

124124
.introjs-arrow {
125-
border: 5px solid white;
125+
border: 8px solid white;
126126
content:'';
127127
position: absolute;
128128
}
129129
.introjs-arrow.top {
130-
top: -10px;
130+
top: -16px;
131131
border-top-color:transparent;
132132
border-right-color:transparent;
133133
border-bottom-color:white;
134134
border-left-color:transparent;
135135
}
136136
.introjs-arrow.top-right {
137-
top: -10px;
137+
top: -16px;
138138
right: 10px;
139139
border-top-color:transparent;
140140
border-right-color:transparent;
141141
border-bottom-color:white;
142142
border-left-color:transparent;
143143
}
144144
.introjs-arrow.top-middle {
145-
top: -10px;
145+
top: -16px;
146146
left: 50%;
147147
margin-left: -5px;
148148
border-top-color:transparent;
@@ -151,7 +151,7 @@ tr.introjs-showElement > th {
151151
border-left-color:transparent;
152152
}
153153
.introjs-arrow.right {
154-
right: -10px;
154+
right: -16px;
155155
top: 10px;
156156
border-top-color:transparent;
157157
border-right-color:transparent;
@@ -160,29 +160,29 @@ tr.introjs-showElement > th {
160160
}
161161
.introjs-arrow.right-bottom {
162162
bottom:10px;
163-
right: -10px;
163+
right: -16px;
164164
border-top-color:transparent;
165165
border-right-color:transparent;
166166
border-bottom-color:transparent;
167167
border-left-color:white;
168168
}
169169
.introjs-arrow.bottom {
170-
bottom: -10px;
170+
bottom: -16px;
171171
border-top-color:white;
172172
border-right-color:transparent;
173173
border-bottom-color:transparent;
174174
border-left-color:transparent;
175175
}
176176
.introjs-arrow.left {
177-
left: -10px;
177+
left: -16px;
178178
top: 10px;
179179
border-top-color:transparent;
180180
border-right-color:white;
181181
border-bottom-color:transparent;
182182
border-left-color:transparent;
183183
}
184184
.introjs-arrow.left-bottom {
185-
left: -10px;
185+
left: -16px;
186186
bottom:10px;
187187
border-top-color:transparent;
188188
border-right-color:white;

0 commit comments

Comments
 (0)