snappymail/dev/Styles/Admin/Plugin.less

38 lines
594 B
Text
Raw Normal View History

#V-PopupsPlugin {
2016-07-17 23:03:38 +08:00
max-width: 660px;
2016-07-17 23:03:38 +08:00
textarea {
width: 400px;
height: 70px;
}
2021-08-27 18:20:48 +08:00
.help-block {
cursor:help;
display: inline-block;
margin-left: 0.25em;
white-space: break-spaces;
}
.help-block::before {
content: 'ⓘ';
}
.help-block span {
background-color: #fff;
border: 1px solid #000;
border-radius: var(--input-border-radius, 3px);
2021-09-02 17:31:23 +08:00
color: #000;
2021-08-27 18:20:48 +08:00
display: none;
left: 2px;
padding: 4px 20px 4px 4px;
position: absolute;
right: 2px;
z-index: 1000;
}
.help-block:active span,
.help-block:focus span,
.help-block:hover span {
display: block;
}
}