Simplify touching help text with touch-screen

This commit is contained in:
Miraty 2020-10-31 16:51:05 +01:00
rodič 57ccb96a46
revize a3f5f353b2
1 změnil soubory, kde provedl 12 přidání a 6 odebrání

Zobrazit soubor

@ -270,21 +270,27 @@ input[type=color] {
/* Help message */
.helpImg {
width: 20px;
height: 20px;
width: 22px;
height: 22px;
margin-bottom: -3px;
margin-left: 5px;
display: inline-block;
}
.helpButton {
height: 0px;
width: 0px;
height: 22px;
width: 22px;
color: @secondaryText;
cursor: help;
font-size: 0.8em;
display: inline-block;
}
.helpContainer .helpContent {
.helpContainer {
display: inline-block;
margin-left: 5px;
}
.helpContent {
position: absolute;
transform: scale(0) rotate(-12deg);
color: @text;