mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-05 04:46:03 +01:00
tags style pushed
This commit is contained in:
@@ -477,12 +477,18 @@ form .form-select-wrapper, form .selectize-control.single .selectize-input {
|
||||
line-height: 0;
|
||||
color: #9ba2a6;
|
||||
pointer-events: none; }
|
||||
form .selectize-control.single .selectize-input {
|
||||
form .selectize-input {
|
||||
box-shadow: none;
|
||||
color: #737c81; }
|
||||
form .selectize-control.single .selectize-input:after {
|
||||
form .selectize-control.multi .selectize-input > div {
|
||||
background: #eeeeee;
|
||||
border-radius: 2px;
|
||||
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 {
|
||||
form .selectize-control.single .selectize-input.dropdown-active:after {
|
||||
content: '\f077'; }
|
||||
form .x-small {
|
||||
max-width: 5rem !important; }
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -78,9 +78,23 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.selectize-control.single .selectize-input {
|
||||
.selectize-input {
|
||||
box-shadow: none;
|
||||
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 {
|
||||
right: 24px;
|
||||
|
||||
Reference in New Issue
Block a user