fix tokenfield
This commit is contained in:
parent
e54457c7c7
commit
f01124f626
2 changed files with 11 additions and 9 deletions
|
@ -3682,13 +3682,15 @@ footer {
|
||||||
|
|
||||||
.tokenfield .token {
|
.tokenfield .token {
|
||||||
padding: 0 0 0 10px;
|
padding: 0 0 0 10px;
|
||||||
margin: -1px 5px 8px 0;
|
margin: 0 5px 8px 0;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
line-height: 27px;
|
line-height: 27px;
|
||||||
color: white;
|
color: white;
|
||||||
background: hsl(198,19%,72%);
|
background: hsl(198,19%,72%);
|
||||||
border: none;
|
border: none;
|
||||||
float: none;
|
float: none;
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tokenfield .token-input {
|
.tokenfield .token-input {
|
||||||
|
@ -3707,7 +3709,7 @@ footer {
|
||||||
|
|
||||||
.tokenfield .token .close {
|
.tokenfield .token .close {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 10px 0 5px;
|
padding: 0 9px 0 5px;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
@ -3716,6 +3718,7 @@ footer {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
opacity: .3;
|
opacity: .3;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tokenfield .token .close:hover {
|
.tokenfield .token .close:hover {
|
||||||
|
|
|
@ -7,14 +7,13 @@
|
||||||
"checkbox.svg": "Felix Niklas",
|
"checkbox.svg": "Felix Niklas",
|
||||||
"checkmark.svg": "Felix Niklas",
|
"checkmark.svg": "Felix Niklas",
|
||||||
"clock.svg": "",
|
"clock.svg": "",
|
||||||
"close.svg": "Felix Niklas",
|
|
||||||
"cloud.svg": "Felix Niklas",
|
"cloud.svg": "Felix Niklas",
|
||||||
"cog.svg": "",
|
"cog.svg": "",
|
||||||
"dashboard.svg": "",
|
"dashboard.svg": "",
|
||||||
"diagonal-cross.svg": "Felix Niklas",
|
"diagonal-cross.svg": "Felix Niklas",
|
||||||
"download.svg": "Felix Niklas",
|
"download.svg": "Felix Niklas",
|
||||||
"email.svg": "",
|
"email.svg": "",
|
||||||
"facebook.svg": "Global Domain",
|
"facebook.svg": "Facebook",
|
||||||
"group.svg": "",
|
"group.svg": "",
|
||||||
"help.svg": "Felix Niklas",
|
"help.svg": "Felix Niklas",
|
||||||
"important.svg": "",
|
"important.svg": "",
|
||||||
|
@ -28,11 +27,11 @@
|
||||||
"magnifier.svg": "Felix Niklas",
|
"magnifier.svg": "Felix Niklas",
|
||||||
"marker.svg": "Felix Niklas",
|
"marker.svg": "Felix Niklas",
|
||||||
"message.svg": "Felix Niklas",
|
"message.svg": "Felix Niklas",
|
||||||
"mood-bad.svg": "",
|
"mood-bad.svg": "Zammad",
|
||||||
"mood-good.svg": "",
|
"mood-good.svg": "Zammad",
|
||||||
"mood-ok.svg": "",
|
"mood-ok.svg": "Zammad",
|
||||||
"mood-super-bad.svg": "",
|
"mood-super-bad.svg": "Zammad",
|
||||||
"mood-supergood.svg": "",
|
"mood-supergood.svg": "Zammad",
|
||||||
"note.svg": "",
|
"note.svg": "",
|
||||||
"one-ticket.svg": "",
|
"one-ticket.svg": "",
|
||||||
"organization.svg": "",
|
"organization.svg": "",
|
||||||
|
|
Loading…
Reference in a new issue