PluginProbe
Adminify – White Label, Admin Menu Editor, Login Customizer / 4.2.23
Adminify – White Label, Admin Menu Editor, Login Customizer v4.2.23
4.3.2 4.3.1 4.3.0 4.2.26 4.2.25 4.2.24 4.2.23 4.2.22 4.2.21 4.2.20 4.2.19 4.2.18 4.2.17 4.2.16 4.2.15 4.2.14 4.2.13 4.2.12 4.2.11 4.2.10 4.2.9 4.2.8 4.2.7 4.2.6 4.2.5 All 165 releases
adminify / assets / vendors / tokenize / tokenize2.min.css

tokenize2.min.css in Adminify – White Label, Admin Menu Editor, Login Customizer 4.2.23, at assets/vendors/tokenize/tokenize2.min.css

174 lines 3.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tokenize>.tokens-container {
2 position: relative;
3 list-style: none;
4 padding: 0 0 5px 5px;
5 height: auto;
6 min-height: 34px;
7 cursor: text
8 }
9
10 .tokenize>.tokens-container.disabled {
11 background-color: #eee;
12 cursor: not-allowed
13 }
14
15 .tokenize.focus>.tokens-container {
16 outline: 0;
17 border-color: #66afe9;
18 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
19 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
20 }
21
22 .tokenize>.tokens-container.input-sm {
23 padding: 0 0 4px 4px;
24 min-height: 30px
25 }
26
27 .tokenize>.tokens-container.input-lg {
28 padding: 0 0 9px 9px;
29 min-height: 46px
30 }
31
32 .tokenize>.tokens-container>.token {
33 padding: 0 1.2em 0 5px;
34 background-color: #eff2f7;
35 -webkit-border-radius: 2px;
36 -moz-border-radius: 2px;
37 border-radius: 2px
38 }
39
40 .tokenize>.tokens-container>.token,
41 .tokenize>.tokens-container>.placeholder,
42 .tokenize>.tokens-container>.token-search {
43 border: 1px solid #cdd5e3;
44 display: inline-block;
45 margin: 5px 5px 0 0;
46 position: relative;
47 vertical-align: middle
48 }
49
50 .tokenize>.tokens-container>.token-search {
51 min-width: 10px
52 }
53
54 .tokenize.sortable>.tokens-container>.token {
55 cursor: move
56 }
57
58 .tokenize.sortable>.tokens-container>.token.dragged {
59 position: absolute;
60 z-index: 2000
61 }
62
63 .tokenize.single>.tokens-container>.token {
64 display: block;
65 border-color: #fff;
66 background-color: transparent
67 }
68
69 .tokenize.sortable>.tokens-container>.token.shadow {
70 border-color: #ccc;
71 background-color: #ccc;
72 filter: alpha(opacity=50);
73 opacity: .2
74 }
75
76 .tokenize>.tokens-container>.placeholder,
77 .tokenize>.tokens-container>.token-search {
78 padding: 0;
79 border-color: #fff
80 }
81
82 .tokenize>.tokens-container>.placeholder {
83 color: #ccc
84 }
85
86 .tokenize>.tokens-container>.token-search>input {
87 padding: 0;
88 margin: 0;
89 line-height: 1em;
90 border: 1px solid #fff;
91 background: transparent;
92 border-left: 0;
93 border-right: 0;
94 outline: 0;
95 width: 100%
96 }
97
98 .tokenize>.tokens-container>.token-search>input::-ms-clear {
99 display: none
100 }
101
102 .tokenize>.tokens-container.input-sm>.placeholder,
103 .tokenize>.tokens-container.input-sm>.token-search,
104 .tokenize>.tokens-container.input-sm>.token {
105 margin: 4px 4px 0 0
106 }
107
108 .tokenize>.tokens-container.input-lg>.placeholder,
109 .tokenize>.tokens-container.input-lg>.token-search,
110 .tokenize>.tokens-container.input-lg>.token {
111 margin: 9px 9px 0 0
112 }
113
114 .tokenize>.tokens-container>.token.pending-delete {
115 background-color: #5b72a4;
116 border-color: #425c96;
117 color: #fff
118 }
119
120 .tokenize>.tokens-container>.token>.dismiss {
121 position: absolute;
122 right: 5px;
123 color: #a9b9d8;
124 text-decoration: none;
125 cursor: pointer
126 }
127
128 .tokenize>.tokens-container>.token>.dismiss:after {
129 content: "×"
130 }
131
132 .tokenize>.tokens-container>.token.pending-delete>.dismiss {
133 color: #aaa
134 }
135
136 .tokenize-dropdown {
137 position: absolute;
138 display: none
139 }
140
141 .tokenize-dropdown>.dropdown-menu {
142 min-height: 10px;
143 width: 100%;
144 display: block;
145 margin: -1px 0 0 0;
146 visibility: visible;
147 opacity: 1
148 }
149
150 .tokenize-dropdown>.dropdown-menu li {
151 cursor: pointer
152 }
153
154 .tokenize-dropdown>.dropdown-menu li>a .tokenize-highlight {
155 font-weight: bold
156 }
157
158 .tokenize-dropdown>.dropdown-menu li.locked {
159 padding: 3px 20px;
160 color: #333;
161 white-space: nowrap
162 }
163
164 .tokenize-dropdown>.dropdown-menu li.locked,
165 .tokenize-dropdown>.dropdown-menu li>a {
166 text-overflow: ellipsis;
167 overflow-x: hidden
168 }
169
170 .tokenize-dropdown>.dropdown-menu li:not(.active) a:hover,
171 .tokenize-dropdown>.dropdown-menu li:not(.active) a:focus {
172 background-color: transparent
173 }
174