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,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
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user