Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .map_context_menu{
- visibility:hidden;
- background:#ffffff;
- border:1px solid #8888FF;
- z-index: 10;
- position: relative;
- width: 210px;
- padding: 5px;
- }
- .map_menu_item {
- cursor: pointer;
- background: #FFF;
- }
- .map_menu_item a, .map_menu_item input[type=submit] {
- background: transparent;
- display: block;
- }
- .map_menu_item form{
- margin: 0;
- padding: 0;
- }
- .map_menu_item, .map_menu_item input[type=submit], .map_menu_item a {
- border: 0;
- width: 100%;
- margin: 0;
- padding: 0;
- color: #000;
- text-align: left;
- text-decoration: none;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 15px;
- }
- .map_menu_item:hover {
- background: #58C0E6;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement