This website works better with JavaScript.
Home
Help
Register
Sign In
miraty
/
libreqr
Watch
1
Star
1
Fork
2
Code
Issues
6
Pull Requests
0
Releases
4
Wiki
Activity
Browse Source
Simplify touching help text with touch-screen
pull/3/head
Miraty
3 months ago
parent
57ccb96a46
commit
a3f5f353b2
1 changed files
with
12 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-6
style.less
+ 12
- 6
style.less
View File
@ -270,21 +270,27 @@ input[type=color] {
/* Help message */
.helpImg {
width: 2
0
px;
height: 2
0
px;
width: 2
2
px;
height: 2
2
px;
margin-bottom: -3px;
margin-left: 5px
;
display: inline-block
;
}
.helpButton {
height:
0
px;
width:
0
px;
height:
22
px;
width:
22
px;
color: @secondaryText;
cursor: help;
font-size: 0.8em;
display: inline-block;
}
.helpContainer {
display: inline-block;
margin-left: 5px;
}
.helpContainer .helpContent {
.helpContent {
position: absolute;
transform: scale(0) rotate(-12deg);
color: @text;
Write
Preview
Loading…
Cancel
Save