File "admin.css"
Full Path: /home/shadsolw/public_html/wp-content/plugins/image-map-pro/css/admin.css
File size: 932 bytes
MIME-type: text/plain
Charset: utf-8
#image-map-pro-admin {
padding: 24px;
}
#image-map-pro-iframe-container {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 158900;
background-color: rgba(255, 255, 255, 0.9);
padding: 30px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#image-map-pro-iframe-close-button {
position: absolute;
right: 10px;
top: 10px;
width: 40px;
height: 40px;
background-color: black;
color: white;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
cursor: pointer;
}
#image-map-pro-iframe {
width: 100%;
height: 100%;
border-radius: 8px;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
}
#button-launch-editor {
background: #2271b1;
padding: 10px 20px;
border-radius: 4px;
color: white;
display: inline-block;
cursor: pointer;
}
#button-launch-editor:hover {
filter: brightness(1.2);
}