fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4031ce5eb9cc960fc6949dc4077ea03132134ca0
[fnpeditor.git]
/
src
/
editor
/
views
/
openSelect
/
openSelect.less
1
.openSelect {
2
@lineHeight: 13px;
3
4
line-height: @lineHeight;
5
6
.toggle-wrapper {
7
width: 1em;
8
:link {
9
text-decoration: none;
10
outline: none;
11
}
12
}
13
14
.input-wrapper {
15
margin: 0;
16
border: 0;
17
padding: 0 0 0 1em;
18
width: calc(~"100% - 1em");
19
margin-top: -@lineHeight;
20
}
21
}