tags style pushed

This commit is contained in:
Andy Miller
2014-09-10 22:04:56 -06:00
parent 0f19831dcb
commit 95cb50eeb5
3 changed files with 27 additions and 7 deletions

View File

@@ -477,13 +477,19 @@ form .form-select-wrapper, form .selectize-control.single .selectize-input {
line-height: 0; line-height: 0;
color: #9ba2a6; color: #9ba2a6;
pointer-events: none; } pointer-events: none; }
form .selectize-control.single .selectize-input { form .selectize-input {
box-shadow: none; box-shadow: none;
color: #737c81; } color: #737c81; }
form .selectize-control.single .selectize-input:after { form .selectize-control.multi .selectize-input > div {
right: 24px; } background: #eeeeee;
form .selectize-control.single .selectize-input.dropdown-active:after { border-radius: 2px;
content: '\f077'; } line-height: 1.5; }
form .selectize-control.multi .selectize-input > div.active {
background: #d4d4d4; }
form .selectize-control.single .selectize-input:after {
right: 24px; }
form .selectize-control.single .selectize-input.dropdown-active:after {
content: '\f077'; }
form .x-small { form .x-small {
max-width: 5rem !important; } max-width: 5rem !important; }
form .small { form .small {

File diff suppressed because one or more lines are too long

View File

@@ -78,9 +78,23 @@ form {
} }
} }
.selectize-control.single .selectize-input { .selectize-input {
box-shadow: none; box-shadow: none;
color: $content-fg; color: $content-fg;
}
.selectize-control.multi .selectize-input {
> div {
background: $content-bg;
border-radius: 2px;
line-height: 1.5;
&.active {
background: darken($content-bg,10%);
}
}
}
.selectize-control.single .selectize-input {
&:after { &:after {
right: 24px; right: 24px;