ui for hashtag picker

This commit is contained in:
ansuz
2017-09-07 12:45:07 +02:00
parent 1b97996ef8
commit 15e24ebe4f
5 changed files with 258 additions and 7 deletions

View File

@@ -85,6 +85,20 @@
.dialog {
padding: 12px;
/*
div.tokenfield {
.token {
//border: 1px solid red;
//color: red;
}
color: @colortheme_light-base;
background-color: @alertify-dialog-bg;
input[id$="tokenfield"][type="text"].token-input {
background-color: @alertify-dialog-bg !important;
}
}*/
}
.dialog, .alert {
@@ -308,6 +322,5 @@
pointer-events: auto;
}
}
}
}