Skip to content

Commit

Permalink
Merge pull request #2661 from AnalyticalGraphicsInc/issue-2658
Browse files Browse the repository at this point in the history
Fix Geocoder styling issue in Safari.
  • Loading branch information
pjcozzi committed Apr 24, 2015
2 parents 1ed024b + ba96603 commit 9e5865e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Widgets/Geocoder/Geocoder.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-webkit-transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
-moz-transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
transition: width ease-in-out 0.25s, background-color 0.2s ease-in-out;
-webkit-appearance: none;
}

.cesium-viewer-geocoderContainer:hover .cesium-geocoder-input {
Expand Down

0 comments on commit 9e5865e

Please sign in to comment.