integrate tags plugins
This commit is contained in:
parent
5d526717d6
commit
6977150f04
6 changed files with 212 additions and 0 deletions
34
vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
vendored
Normal file
34
vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
/* Tagify styles
|
||||
Author: Alicia Liu test
|
||||
*/
|
||||
|
||||
.tagify-container {
|
||||
}
|
||||
|
||||
.tagify-container > span {
|
||||
display: inline-block;
|
||||
padding: 8px 11px 8px 11px;
|
||||
margin: 1px 5px 0px 0px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #d0e1ff;
|
||||
background-color: #d0e1ff;
|
||||
color: #0f326d;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.tagify-container > span > a {
|
||||
padding-left: 5px !important;
|
||||
color: #83a5e1;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.tagify-container > input {
|
||||
border: 0 none;
|
||||
width: 100px !important;
|
||||
}
|
||||
|
||||
.tagify-container > input:focus {
|
||||
outline: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue