Showing
1 changed file
with
2 additions
and
3 deletions
@@ -21,9 +21,8 @@ | @@ -21,9 +21,8 @@ | ||
21 | left: 12px; | 21 | left: 12px; |
22 | width: 0; | 22 | width: 0; |
23 | height: 0; | 23 | height: 0; |
24 | - border-width: 5px; | ||
25 | top: -10px; | 24 | top: -10px; |
26 | - border-style: solid dashed dashed; | ||
27 | - border-color: transparent transparent #379ed6; | 25 | + border: 5px solid transparent; |
26 | + border-bottom: 5px solid #379ed6; | ||
28 | } | 27 | } |
29 | } | 28 | } |
-
Please register or login to post a comment