Suppression css tooltip
This commit is contained in:
parent
7311ec322d
commit
7cd539dacb
@ -515,38 +515,6 @@ textarea {
|
|||||||
font-size:1rem;
|
font-size:1rem;
|
||||||
margin-right:0.2em
|
margin-right:0.2em
|
||||||
}
|
}
|
||||||
.tooltip {
|
|
||||||
opacity:0;
|
|
||||||
display:inline-block;
|
|
||||||
padding:4px 8px 5px 8px;
|
|
||||||
position:absolute;
|
|
||||||
top:-23px;
|
|
||||||
left:-23px;
|
|
||||||
color:rgba(255,255,255,0.9);
|
|
||||||
font-size:1.1rem;
|
|
||||||
font-weight:bold;
|
|
||||||
line-height:1em;
|
|
||||||
text-align:center;
|
|
||||||
background: var(--footer-link);
|
|
||||||
border-radius:20px;
|
|
||||||
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.1);
|
|
||||||
box-shadow:0 1px 4px rgba(0,0,0,0.1);
|
|
||||||
-webkit-transition:opacity 0.3s ease, top 0.3s ease;
|
|
||||||
transition:opacity 0.3s ease, top 0.3s ease
|
|
||||||
}
|
|
||||||
.tooltip:after {
|
|
||||||
content:"";
|
|
||||||
border-width:5px 5px 0 5px;
|
|
||||||
border-style:solid;
|
|
||||||
border-color: var(--footer-link) transparent;
|
|
||||||
display:block;
|
|
||||||
position:absolute;
|
|
||||||
bottom:-4px;
|
|
||||||
left:50%;
|
|
||||||
margin-left:-5px;
|
|
||||||
z-index:220;
|
|
||||||
width:0
|
|
||||||
}
|
|
||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
blockquote {
|
blockquote {
|
||||||
margin-left:0
|
margin-left:0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user