summaryrefslogtreecommitdiff
path: root/vendor/assets/stylesheets/jquery-ui/jquery.tagify.css
blob: d6c178f7132ae045bcf575cac3c70fef6924a958 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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;
}