mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-11 08:23:42 +08:00
afb7ec8c4e
+ a lot of small fixes.
57 lines
No EOL
818 B
Text
57 lines
No EOL
818 B
Text
|
|
.inputosaurus-container {
|
|
width: 99%;
|
|
line-height: 20px;
|
|
padding: 2px;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 3px;
|
|
|
|
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
|
|
.transition(~"border linear .2s, box-shadow linear .2s");
|
|
|
|
li {
|
|
max-width: 500px;
|
|
background-color: #eee;
|
|
border: 1px solid #aaa;
|
|
line-height: 18px;
|
|
padding: 2px 4px;
|
|
margin: 2px 2px 2px;
|
|
color: #555;
|
|
|
|
a {
|
|
color: #999;
|
|
float: right;
|
|
font-size: 14px;
|
|
|
|
&:hover {
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
&.inputosaurus-selected {
|
|
background-color: #ddd;
|
|
}
|
|
}
|
|
|
|
.inputosaurus-fake-span {
|
|
position: absolute;
|
|
top: 0;
|
|
left: -5000px;
|
|
}
|
|
|
|
.inputosaurus-input {
|
|
|
|
margin: 2px 10px 2px 0px;
|
|
height: 22px;
|
|
|
|
input {
|
|
border: 0px;
|
|
height : 21px;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.ui-autocomplete {
|
|
z-index: 2000;
|
|
} |