-
Notifications
You must be signed in to change notification settings - Fork 2
/
jquery.pstagger.css
71 lines (64 loc) · 1.27 KB
/
jquery.pstagger.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
/*
* jQuery pstagger plugin
* https://www.prestashop.com
*
* Copyright PrestaShop and other contributors
* Released under the MIT license
* https://tldrlegal.com/license/mit-license
*
* Date: 2016-01-13
*/
.pstaggerAddTagInput:focus {
outline: 0;
}
.pstaggerAddTagWrapper {
width: 99.5%;
}
.pstaggerResetTagsBtn {
cursor: pointer !important;
margin-right: 15px;
margin-top: 15px;
position: absolute;
color: #2eacce;
font-size: 20px;
cursor: pointer;
top: 0;
right: 0;
}
.pstaggerTagsWrapper {
display: none;
position: relative;
border: 1px solid lightgrey;
height: 50px;
width: 99.5%;
padding-left: 5px;
}
.pstaggerTag{
float: left;
border-radius: 5px;
height: 30px;
padding: 10px 5px 0px 5px;
margin-top: 5px;
margin-right: 5px;
background-color: lightblue;
font-size: 15px;
font-family: 'Helvetica', 'Arial', sans-serif;
}
.pstaggerClosingCross {
margin-left: 5px;
font-size: 12px;
color: black;
text-decoration: none;
}
.pstaggerWrapper {
position: relative;
}
.pstaggerAddTagInput {
padding: 0;
padding-left: 5px;
border: 1px solid lightgrey;
height: 50px;
width: 100%;
font-size: 15px;
font-family: 'Helvetica', 'Arial', sans-serif;
}