mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Select2 replaced by inputosaurus + ui-autocomplete
+ a lot of small fixes.
This commit is contained in:
parent
ef3d4f8576
commit
afb7ec8c4e
91 changed files with 2332 additions and 6657 deletions
67
vendors/inputosaurus/inputosaurus.css
vendored
Normal file
67
vendors/inputosaurus/inputosaurus.css
vendored
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
.inputosaurus-container {
|
||||
background-color:#fff;
|
||||
border:1px solid #bcbec0;
|
||||
margin:0 5px 0 0;
|
||||
padding:0 3px;
|
||||
display : inline-block;
|
||||
cursor:text;
|
||||
font-size : 14px;
|
||||
font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
.inputosaurus-container li {
|
||||
display : block;
|
||||
float : left;
|
||||
overflow: hidden;
|
||||
margin : 2px 2px 0;
|
||||
padding : 2px 3px;
|
||||
white-space : nowrap;
|
||||
overflow : hidden;
|
||||
text-overflow:ellipsis;
|
||||
-o-text-overflow:ellipsis;
|
||||
-ms-text-overflow:ellipsis;
|
||||
background-color:#e5eff7;
|
||||
border:#a9cae4 solid 1px;
|
||||
-webkit-border-radius:2px;
|
||||
-moz-border-radius:2px;
|
||||
border-radius:2px;
|
||||
color:#5b9bcd;
|
||||
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
|
||||
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
|
||||
box-shadow: 0 1px 0 rgba(255,255,255,0.75) inset;
|
||||
line-height : 20px;
|
||||
cursor: default;
|
||||
}
|
||||
.inputosaurus-container li.inputosaurus-selected { background-color:#bdd6eb; }
|
||||
.inputosaurus-container li a {
|
||||
font-size:16px;
|
||||
color:#5b9bcd;
|
||||
padding : 1px;
|
||||
text-decoration : none;
|
||||
outline : none;
|
||||
}
|
||||
.inputosaurus-container .inputosaurus-input {
|
||||
border:none;
|
||||
box-shadow: none;
|
||||
background-color:#fff;
|
||||
margin-top : 3px;
|
||||
}
|
||||
.inputosaurus-container .inputosaurus-input input {
|
||||
border:none;
|
||||
height : 23px;
|
||||
font-size : 14px;
|
||||
line-height : 20px;
|
||||
color : #555;
|
||||
margin : 0;
|
||||
outline : none;
|
||||
padding : 0 0 1px 1px;
|
||||
width : 25px;
|
||||
-webkit-box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
box-shadow:none;
|
||||
}
|
||||
.inputosaurus-container .inputosaurus-input input:hover {
|
||||
-webkit-box-shadow:none;
|
||||
-moz-box-shadow:none;
|
||||
box-shadow:none;
|
||||
}
|
||||
.inputosaurus-input-hidden { display:none; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue