Path: blob/master/web-gui/buildyourownbotnet/assets/js/jvectormap/jquery-jvectormap-1.2.2.css
1293 views
.jvectormap-label {1position: absolute;2display: none;3-webkit-border-radius: 3px;4-moz-border-radius: 3px;5border-radius: 3px;6background: #262b34;7color: white;8font-family: sans-serif, Verdana;9font-size: smaller;10padding: 5px;11font-size: 11px;12font-family: Arial;13font-family: inherit;14z-index:11;15}1617.jvectormap-zoomin, .jvectormap-zoomout {18position: absolute;19font-family: sans-serif;20font-size: 14px;21left: 10px;22-webkit-border-radius: 3px;23-moz-border-radius: 3px;24border-radius: 3px;25background: rgba(0,0,0,0.5);26padding: 3px;27color: white;28width: 15px;29height: 15px;30cursor: pointer;31line-height: 15px;32text-align: center;33padding: 0px;34}3536.jvectormap-zoomin:hover, .jvectormap-zoomout:hover {37background: rgba(0,0,0,1);38}3940.jvectormap-zoomin {41top: 10px;42}4344.jvectormap-zoomout {45top: 30px;46}4748