-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
42 lines (40 loc) · 820 Bytes
/
style.css
File metadata and controls
42 lines (40 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#map{
height: 80vh;
}
.gps_button{
background-color: rgb(219, 182, 17);
color: white;
width: 30px; height: 30px;
}
.context-menu {
background-color: white;
border: 1px solid #ccc;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: absolute;
display: none;
z-index: 9999; /* مطمئن شوید که منو در بالاترین لایه قرار دارد */
}
.context-menu li {
padding: 8px 12px;
cursor: pointer;
}
.context-menu li:hover {
background-color: #f0f0f0;
}
.navigaatorbox{
width: 100%; height: 20vh;
background-color: #f0f0f0;
}
#makans{
background-color: antiquewhite;
margin: 10px;
border: 2px solid purple;
}
#makans span{
padding: 35px;
border-bottom: 1px solid black;
font-size: 15px;
}
.show{
display: none;
}