ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/public_html/admin/style/css/libs/ |
Upload File : |
/* EDITED ORIGINAL VERSION */
.jvectormap-label {
position: absolute;
display: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-size: smaller;
padding: 3px;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
position: absolute;
left: 10px;
background: #fff;
border: 1px solid #e1e1e1;
color: #3498db;
cursor: pointer;
text-align: center;
height: 24px;
line-height: 24px;
width: 24px;
font-size: 0.75em;
}
.jvectormap-zoomin {
top: 10px;
border-radius: 3px 3px 0 0;
}
.jvectormap-zoomout {
top: 33px;
border-radius: 0 0 3px 3px;
}
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
background-color: #eeeeee;
}