D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
htdocs
/
modules
/
site-import
/
css
/
Filename :
hint.css
back
Copy
/* Style of source e-mail hint is borrowed from Plesk UI library */ .site-import-hint-close-button { display: inline-block; overflow: visible; box-sizing: border-box; cursor: pointer; text-align: center; vertical-align: top; color: #616161; border: none; border-radius: 2px; background-color: transparent; font: inherit; font-size: 13px; line-height: 1; float: right; min-height: 18px; min-width: 18px; margin: 4px; padding: 1px; } .site-import-hint-close-button-icon { display: inline-block; width: 16px; height: 16px; vertical-align: -3px; background-repeat: no-repeat; background-size: contain; } .site-import-hint-close-button-icon svg { display: block; width: 100%; height: 100%; overflow: hidden; fill: currentColor; } .site-import-hint-popover { margin-left: 10px; max-width: 400px; font-size: 13px; text-align: left; color: #000; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; white-space: normal; opacity: 1; animation: site-import-hint-fade 0.6s ease-in-out; } .site-import-hint-popover-inner { outline: none; } .site-import-hint-popover-content { box-sizing: border-box; padding: 10px; } .site-import-hint-popover-content > :last-child { margin-bottom: 0; } .site-import-hint-popover-arrow { position: absolute; display: block; width: 0; height: 0; border: solid transparent; border-width: 0 8px 8px; border-bottom-color: #ccc; left: -12px; transform: rotate(-90deg); margin: 10px 0; } .site-import-hint-popover-arrow::after { position: absolute; display: block; width: 0; height: 0; border: solid transparent; content: ""; top: 1px; margin-left: -8px; border-width: 0 8px 8px; border-bottom-color: #fff; } @keyframes site-import-hint-fade { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes site-import-hint-fade { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes site-import-hint-fade { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes site-import-hint-fade { from { opacity: 0; } to { opacity: 1; } }