mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 13:21:41 -05:00
Update styles.css
This commit is contained in:
@@ -157,6 +157,18 @@ canvas {
|
|||||||
height: 1050px;
|
height: 1050px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width: 1024px) {
|
||||||
|
.tooltip:hover .tooltiptext {
|
||||||
|
visibility: visible;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 1023px) {
|
||||||
|
.tooltip:focus .tooltiptext, div.tooltip > input:focus + .tooltiptext, div.tooltip > textarea:focus + .tooltiptext {
|
||||||
|
visibility: visible;
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
.tooltip {
|
.tooltip {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@@ -186,10 +198,6 @@ canvas {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: transparent transparent var(--dark-color) transparent;
|
border-color: transparent transparent var(--dark-color) transparent;
|
||||||
}
|
}
|
||||||
.tooltip:hover .tooltiptext {
|
|
||||||
visibility: visible;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.tooltip .tooltiptext:hover {
|
.tooltip .tooltiptext:hover {
|
||||||
/*visibility: hidden;*/
|
/*visibility: hidden;*/
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Reference in New Issue
Block a user