mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 04:24:37 +04:00
773 lines
18 KiB
CSS
773 lines
18 KiB
CSS
/*!
|
|
* Tabler v1.0.0-beta (https://tabler.io)
|
|
* @version 1.0.0-beta
|
|
* @link https://tabler.io
|
|
* Copyright 2018-2021 The Tabler Authors
|
|
* Copyright 2018-2021 codecalm.net Paweł Kuna
|
|
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
|
*/
|
|
.apexcharts-title-text {
|
|
font-weight: 600 !important; }
|
|
|
|
.apexcharts-tooltip-title {
|
|
font-weight: 600 !important;
|
|
padding-bottom: .25rem !important; }
|
|
|
|
.apexcharts-gridline,
|
|
.apexcharts-ycrosshairs,
|
|
.apexcharts-xaxis-tick {
|
|
stroke: #e6e8e9 !important; }
|
|
|
|
.apexcharts-tooltip {
|
|
line-height: 1;
|
|
color: #ffffff;
|
|
background: #232e3c !important;
|
|
border: 0 !important;
|
|
border-radius: 3px !important; }
|
|
|
|
.apexcharts-tooltip-title {
|
|
margin: 0 !important;
|
|
background: transparent !important;
|
|
border: 0 !important; }
|
|
|
|
.apexcharts-tooltip-series-group {
|
|
padding: 0 8px !important; }
|
|
|
|
.apexcharts-tooltip-marker {
|
|
width: .5rem;
|
|
height: .5rem; }
|
|
|
|
.apexcharts-gridline,
|
|
.apexcharts-ycrosshairs,
|
|
.apexcharts-xaxis-tick {
|
|
stroke: #e7eaef; }
|
|
|
|
.apexcharts-yaxis-label,
|
|
.apexcharts-xaxis-label {
|
|
fill: #656d77; }
|
|
|
|
/*! nouislider - 14.6.3 - 11/19/2020 */
|
|
/* Functional styling;
|
|
* These styles are required for noUiSlider to function.
|
|
* You don't need to change these rules to apply your design.
|
|
*/
|
|
.noUi-target,
|
|
.noUi-target * {
|
|
-webkit-touch-callout: none;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
-webkit-user-select: none;
|
|
touch-action: none;
|
|
-ms-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
box-sizing: border-box; }
|
|
|
|
.noUi-target {
|
|
position: relative; }
|
|
|
|
.noUi-base,
|
|
.noUi-connects {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
z-index: 1; }
|
|
|
|
/* Wrapper for all connect elements.
|
|
*/
|
|
.noUi-connects {
|
|
overflow: hidden;
|
|
z-index: 0; }
|
|
|
|
.noUi-connect,
|
|
.noUi-origin {
|
|
will-change: transform;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 0;
|
|
right: 0;
|
|
-ms-transform-origin: 0 0;
|
|
-webkit-transform-origin: 0 0;
|
|
-webkit-transform-style: preserve-3d;
|
|
transform-origin: 0 0;
|
|
transform-style: flat; }
|
|
|
|
.noUi-connect {
|
|
height: 100%;
|
|
width: 100%; }
|
|
|
|
.noUi-origin {
|
|
height: 10%;
|
|
width: 10%; }
|
|
|
|
/* Offset direction
|
|
*/
|
|
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
|
|
left: 0;
|
|
right: auto; }
|
|
|
|
/* Give origins 0 height/width so they don't interfere with clicking the
|
|
* connect elements.
|
|
*/
|
|
.noUi-vertical .noUi-origin {
|
|
width: 0; }
|
|
|
|
.noUi-horizontal .noUi-origin {
|
|
height: 0; }
|
|
|
|
.noUi-handle {
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden;
|
|
position: absolute; }
|
|
|
|
.noUi-touch-area {
|
|
height: 100%;
|
|
width: 100%; }
|
|
|
|
.noUi-state-tap .noUi-connect,
|
|
.noUi-state-tap .noUi-origin {
|
|
transition: transform 0.3s; }
|
|
|
|
.noUi-state-drag * {
|
|
cursor: inherit !important; }
|
|
|
|
/* Slider size and handle placement;
|
|
*/
|
|
.noUi-horizontal {
|
|
height: 18px; }
|
|
|
|
.noUi-horizontal .noUi-handle {
|
|
width: 34px;
|
|
height: 28px;
|
|
right: -17px;
|
|
top: -6px; }
|
|
|
|
.noUi-vertical {
|
|
width: 18px; }
|
|
|
|
.noUi-vertical .noUi-handle {
|
|
width: 28px;
|
|
height: 34px;
|
|
right: -6px;
|
|
top: -17px; }
|
|
|
|
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
|
|
left: -17px;
|
|
right: auto; }
|
|
|
|
/* Styling;
|
|
* Giving the connect element a border radius causes issues with using transform: scale
|
|
*/
|
|
.noUi-target {
|
|
background: #FAFAFA;
|
|
border-radius: 4px;
|
|
border: 1px solid #D3D3D3;
|
|
box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }
|
|
|
|
.noUi-connects {
|
|
border-radius: 3px; }
|
|
|
|
.noUi-connect {
|
|
background: #3FB8AF; }
|
|
|
|
/* Handles and cursors;
|
|
*/
|
|
.noUi-draggable {
|
|
cursor: ew-resize; }
|
|
|
|
.noUi-vertical .noUi-draggable {
|
|
cursor: ns-resize; }
|
|
|
|
.noUi-handle {
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 3px;
|
|
background: #FFF;
|
|
cursor: default;
|
|
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
|
|
|
|
.noUi-active {
|
|
box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
|
|
|
|
/* Handle stripes;
|
|
*/
|
|
.noUi-handle:before,
|
|
.noUi-handle:after {
|
|
content: "";
|
|
display: block;
|
|
position: absolute;
|
|
height: 14px;
|
|
width: 1px;
|
|
background: #E8E7E6;
|
|
left: 14px;
|
|
top: 6px; }
|
|
|
|
.noUi-handle:after {
|
|
left: 17px; }
|
|
|
|
.noUi-vertical .noUi-handle:before,
|
|
.noUi-vertical .noUi-handle:after {
|
|
width: 14px;
|
|
height: 1px;
|
|
left: 6px;
|
|
top: 14px; }
|
|
|
|
.noUi-vertical .noUi-handle:after {
|
|
top: 17px; }
|
|
|
|
/* Disabled state;
|
|
*/
|
|
[disabled] .noUi-connect {
|
|
background: #B8B8B8; }
|
|
|
|
[disabled].noUi-target,
|
|
[disabled].noUi-handle,
|
|
[disabled] .noUi-handle {
|
|
cursor: not-allowed; }
|
|
|
|
/* Base;
|
|
*
|
|
*/
|
|
.noUi-pips,
|
|
.noUi-pips * {
|
|
box-sizing: border-box; }
|
|
|
|
.noUi-pips {
|
|
position: absolute;
|
|
color: #999; }
|
|
|
|
/* Values;
|
|
*
|
|
*/
|
|
.noUi-value {
|
|
position: absolute;
|
|
white-space: nowrap;
|
|
text-align: center; }
|
|
|
|
.noUi-value-sub {
|
|
color: #ccc;
|
|
font-size: 10px; }
|
|
|
|
/* Markings;
|
|
*
|
|
*/
|
|
.noUi-marker {
|
|
position: absolute;
|
|
background: #CCC; }
|
|
|
|
.noUi-marker-sub {
|
|
background: #AAA; }
|
|
|
|
.noUi-marker-large {
|
|
background: #AAA; }
|
|
|
|
/* Horizontal layout;
|
|
*
|
|
*/
|
|
.noUi-pips-horizontal {
|
|
padding: 10px 0;
|
|
height: 80px;
|
|
top: 100%;
|
|
left: 0;
|
|
width: 100%; }
|
|
|
|
.noUi-value-horizontal {
|
|
transform: translate(-50%, 50%); }
|
|
|
|
.noUi-rtl .noUi-value-horizontal {
|
|
transform: translate(50%, 50%); }
|
|
|
|
.noUi-marker-horizontal.noUi-marker {
|
|
margin-left: -1px;
|
|
width: 2px;
|
|
height: 5px; }
|
|
|
|
.noUi-marker-horizontal.noUi-marker-sub {
|
|
height: 10px; }
|
|
|
|
.noUi-marker-horizontal.noUi-marker-large {
|
|
height: 15px; }
|
|
|
|
/* Vertical layout;
|
|
*
|
|
*/
|
|
.noUi-pips-vertical {
|
|
padding: 0 10px;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 100%; }
|
|
|
|
.noUi-value-vertical {
|
|
transform: translate(0, -50%);
|
|
padding-left: 25px; }
|
|
|
|
.noUi-rtl .noUi-value-vertical {
|
|
transform: translate(0, 50%); }
|
|
|
|
.noUi-marker-vertical.noUi-marker {
|
|
width: 5px;
|
|
height: 2px;
|
|
margin-top: -1px; }
|
|
|
|
.noUi-marker-vertical.noUi-marker-sub {
|
|
width: 10px; }
|
|
|
|
.noUi-marker-vertical.noUi-marker-large {
|
|
width: 15px; }
|
|
|
|
.noUi-tooltip {
|
|
display: block;
|
|
position: absolute;
|
|
border: 1px solid #D9D9D9;
|
|
border-radius: 3px;
|
|
background: #fff;
|
|
color: #000;
|
|
padding: 5px;
|
|
text-align: center;
|
|
white-space: nowrap; }
|
|
|
|
.noUi-horizontal .noUi-tooltip {
|
|
transform: translate(-50%, 0);
|
|
left: 50%;
|
|
bottom: 120%; }
|
|
|
|
.noUi-vertical .noUi-tooltip {
|
|
transform: translate(0, -50%);
|
|
top: 50%;
|
|
right: 120%; }
|
|
|
|
.noUi-horizontal .noUi-origin > .noUi-tooltip {
|
|
transform: translate(50%, 0);
|
|
left: auto;
|
|
bottom: 10px; }
|
|
|
|
.noUi-vertical .noUi-origin > .noUi-tooltip {
|
|
transform: translate(0, -18px);
|
|
top: auto;
|
|
right: 28px; }
|
|
|
|
.noUi-target {
|
|
border: 0;
|
|
box-shadow: none;
|
|
background: none;
|
|
border-radius: 0;
|
|
color: #206bc4; }
|
|
|
|
.noUi-horizontal {
|
|
height: 1.25rem;
|
|
padding: .5rem 0; }
|
|
|
|
.noUi-base {
|
|
background: rgba(169, 174, 182, 0.24);
|
|
border-radius: 1rem; }
|
|
|
|
.noUi-handle {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
border: 2px solid #ffffff;
|
|
box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
|
|
border-radius: 1rem;
|
|
background: currentColor;
|
|
outline: 0; }
|
|
.noUi-handle:before, .noUi-handle:after {
|
|
content: none; }
|
|
.noUi-horizontal .noUi-handle {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
top: -0.5rem;
|
|
right: -0.5rem;
|
|
margin: 1px 1px 0 0; }
|
|
.noUi-handle.noUi-active, .noUi-handle:focus {
|
|
box-shadow: 0 0 0 1px #f4f6fa, 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
|
|
|
|
.noUi-connect {
|
|
background: currentColor; }
|
|
|
|
.litepicker {
|
|
--litepicker-month-weekday-color: #656d77;
|
|
--litepicker-button-prev-month-color: #656d77;
|
|
--litepicker-button-next-month-color: #656d77;
|
|
--litepicker-button-prev-month-color-hover: #206bc4;
|
|
--litepicker-button-next-month-color-hover: #206bc4;
|
|
--litepicker-day-color-hover: #206bc4;
|
|
--litepicker-is-end-color-bg: #206bc4;
|
|
--litepicker-is-today-color: #206bc4;
|
|
font: inherit;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
.litepicker svg {
|
|
fill: none !important; }
|
|
.litepicker .container__months {
|
|
border: 1px solid rgba(101, 109, 119, 0.16);
|
|
border-radius: 4px;
|
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
|
|
.litepicker .container__months .month-item-name,
|
|
.litepicker .container__months .month-item-year {
|
|
font-weight: 500 !important; }
|
|
.litepicker .container__months .button-next-month,
|
|
.litepicker .container__months .button-prev-month {
|
|
cursor: pointer !important; }
|
|
.litepicker .container__months .month-item-weekdays-row > div {
|
|
padding: .5rem 0 !important;
|
|
font-size: 0.75rem; }
|
|
.litepicker .container__days .day-item {
|
|
cursor: pointer !important;
|
|
padding: .5rem 0 !important;
|
|
transition: .3s color, .3s background-color, .3s border-color; }
|
|
.datepicker-inline .litepicker .container__months {
|
|
box-shadow: none; }
|
|
|
|
/*===============================
|
|
= Choices =
|
|
===============================*/
|
|
.choices {
|
|
position: relative;
|
|
margin-bottom: 24px;
|
|
font-size: 16px; }
|
|
|
|
.choices:focus {
|
|
outline: none; }
|
|
|
|
.choices:last-child {
|
|
margin-bottom: 0; }
|
|
|
|
.choices.is-disabled .choices__inner,
|
|
.choices.is-disabled .choices__input {
|
|
background-color: #eaeaea;
|
|
cursor: not-allowed;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none; }
|
|
|
|
.choices.is-disabled .choices__item {
|
|
cursor: not-allowed; }
|
|
|
|
.choices [hidden] {
|
|
display: none !important; }
|
|
|
|
.choices[data-type*='select-one'] {
|
|
cursor: pointer; }
|
|
|
|
.choices[data-type*='select-one'] .choices__inner {
|
|
padding-bottom: 7.5px; }
|
|
|
|
.choices[data-type*='select-one'] .choices__input {
|
|
display: block;
|
|
width: 100%;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #dddddd;
|
|
background-color: #ffffff;
|
|
margin: 0; }
|
|
|
|
.choices[data-type*='select-one'] .choices__button {
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
|
|
padding: 0;
|
|
background-size: 8px;
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
margin-top: -10px;
|
|
margin-right: 25px;
|
|
height: 20px;
|
|
width: 20px;
|
|
border-radius: 10em;
|
|
opacity: 0.5; }
|
|
|
|
.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
|
|
opacity: 1; }
|
|
|
|
.choices[data-type*='select-one'] .choices__button:focus {
|
|
box-shadow: 0px 0px 0px 2px #00bcd4; }
|
|
|
|
.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
|
|
display: none; }
|
|
|
|
.choices[data-type*='select-one']:after {
|
|
content: '';
|
|
height: 0;
|
|
width: 0;
|
|
border-style: solid;
|
|
border-color: #333333 transparent transparent transparent;
|
|
border-width: 5px;
|
|
position: absolute;
|
|
right: 11.5px;
|
|
top: 50%;
|
|
margin-top: -2.5px;
|
|
pointer-events: none; }
|
|
|
|
.choices[data-type*='select-one'].is-open:after {
|
|
border-color: transparent transparent #333333 transparent;
|
|
margin-top: -7.5px; }
|
|
|
|
.choices[data-type*='select-one'][dir='rtl']:after {
|
|
left: 11.5px;
|
|
right: auto; }
|
|
|
|
.choices[data-type*='select-one'][dir='rtl'] .choices__button {
|
|
right: auto;
|
|
left: 0;
|
|
margin-left: 25px;
|
|
margin-right: 0; }
|
|
|
|
.choices[data-type*='select-multiple'] .choices__inner,
|
|
.choices[data-type*='text'] .choices__inner {
|
|
cursor: text; }
|
|
|
|
.choices[data-type*='select-multiple'] .choices__button,
|
|
.choices[data-type*='text'] .choices__button {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-top: 0;
|
|
margin-right: -4px;
|
|
margin-bottom: 0;
|
|
margin-left: 8px;
|
|
padding-left: 16px;
|
|
border-left: 1px solid #008fa1;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
|
|
background-size: 8px;
|
|
width: 8px;
|
|
line-height: 1;
|
|
opacity: 0.75;
|
|
border-radius: 0; }
|
|
|
|
.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
|
|
.choices[data-type*='text'] .choices__button:hover,
|
|
.choices[data-type*='text'] .choices__button:focus {
|
|
opacity: 1; }
|
|
|
|
.choices__inner {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 100%;
|
|
background-color: #f9f9f9;
|
|
padding: 7.5px 7.5px 3.75px;
|
|
border: 1px solid #dddddd;
|
|
border-radius: 2.5px;
|
|
font-size: 14px;
|
|
min-height: 44px;
|
|
overflow: hidden; }
|
|
|
|
.is-focused .choices__inner,
|
|
.is-open .choices__inner {
|
|
border-color: #b7b7b7; }
|
|
|
|
.is-open .choices__inner {
|
|
border-radius: 2.5px 2.5px 0 0; }
|
|
|
|
.is-flipped.is-open .choices__inner {
|
|
border-radius: 0 0 2.5px 2.5px; }
|
|
|
|
.choices__list {
|
|
margin: 0;
|
|
padding-left: 0;
|
|
list-style: none; }
|
|
|
|
.choices__list--single {
|
|
display: inline-block;
|
|
padding: 4px 16px 4px 4px;
|
|
width: 100%; }
|
|
|
|
[dir='rtl'] .choices__list--single {
|
|
padding-right: 4px;
|
|
padding-left: 16px; }
|
|
|
|
.choices__list--single .choices__item {
|
|
width: 100%; }
|
|
|
|
.choices__list--multiple {
|
|
display: inline; }
|
|
|
|
.choices__list--multiple .choices__item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
border-radius: 20px;
|
|
padding: 4px 10px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
margin-right: 3.75px;
|
|
margin-bottom: 3.75px;
|
|
background-color: #00bcd4;
|
|
border: 1px solid #00a5bb;
|
|
color: #ffffff;
|
|
word-break: break-all;
|
|
box-sizing: border-box; }
|
|
|
|
.choices__list--multiple .choices__item[data-deletable] {
|
|
padding-right: 5px; }
|
|
|
|
[dir='rtl'] .choices__list--multiple .choices__item {
|
|
margin-right: 0;
|
|
margin-left: 3.75px; }
|
|
|
|
.choices__list--multiple .choices__item.is-highlighted {
|
|
background-color: #00a5bb;
|
|
border: 1px solid #008fa1; }
|
|
|
|
.is-disabled .choices__list--multiple .choices__item {
|
|
background-color: #aaaaaa;
|
|
border: 1px solid #919191; }
|
|
|
|
.choices__list--dropdown {
|
|
visibility: hidden;
|
|
z-index: 1;
|
|
position: absolute;
|
|
width: 100%;
|
|
background-color: #ffffff;
|
|
border: 1px solid #dddddd;
|
|
top: 100%;
|
|
margin-top: -1px;
|
|
border-bottom-left-radius: 2.5px;
|
|
border-bottom-right-radius: 2.5px;
|
|
overflow: hidden;
|
|
word-break: break-all;
|
|
will-change: visibility; }
|
|
|
|
.choices__list--dropdown.is-active {
|
|
visibility: visible; }
|
|
|
|
.is-open .choices__list--dropdown {
|
|
border-color: #b7b7b7; }
|
|
|
|
.is-flipped .choices__list--dropdown {
|
|
top: auto;
|
|
bottom: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: -1px;
|
|
border-radius: 0.25rem 0.25rem 0 0; }
|
|
|
|
.choices__list--dropdown .choices__list {
|
|
position: relative;
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
will-change: scroll-position; }
|
|
|
|
.choices__list--dropdown .choices__item {
|
|
position: relative;
|
|
padding: 10px;
|
|
font-size: 14px; }
|
|
|
|
[dir='rtl'] .choices__list--dropdown .choices__item {
|
|
text-align: right; }
|
|
|
|
@media (min-width: 640px) {
|
|
.choices__list--dropdown .choices__item--selectable {
|
|
padding-right: 100px; }
|
|
.choices__list--dropdown .choices__item--selectable:after {
|
|
content: attr(data-select-text);
|
|
font-size: 12px;
|
|
opacity: 0;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 50%;
|
|
transform: translateY(-50%); }
|
|
[dir='rtl'] .choices__list--dropdown .choices__item--selectable {
|
|
text-align: right;
|
|
padding-left: 100px;
|
|
padding-right: 10px; }
|
|
[dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
|
|
right: auto;
|
|
left: 10px; } }
|
|
|
|
.choices__list--dropdown .choices__item--selectable.is-highlighted {
|
|
background-color: #f2f2f2; }
|
|
|
|
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
|
|
opacity: 0.5; }
|
|
|
|
.choices__item {
|
|
cursor: default; }
|
|
|
|
.choices__item--selectable {
|
|
cursor: pointer; }
|
|
|
|
.choices__item--disabled {
|
|
cursor: not-allowed;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
-moz-user-select: none;
|
|
user-select: none;
|
|
opacity: 0.5; }
|
|
|
|
.choices__heading {
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
padding: 10px;
|
|
border-bottom: 1px solid #f7f7f7;
|
|
color: gray; }
|
|
|
|
.choices__button {
|
|
text-indent: -9999px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: 0;
|
|
background-color: transparent;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
cursor: pointer; }
|
|
|
|
.choices__button:focus {
|
|
outline: none; }
|
|
|
|
.choices__input {
|
|
display: inline-block;
|
|
vertical-align: baseline;
|
|
background-color: #f9f9f9;
|
|
font-size: 14px;
|
|
margin-bottom: 5px;
|
|
border: 0;
|
|
border-radius: 0;
|
|
max-width: 100%;
|
|
padding: 4px 0 4px 2px; }
|
|
|
|
.choices__input:focus {
|
|
outline: 0; }
|
|
|
|
[dir='rtl'] .choices__input {
|
|
padding-right: 2px;
|
|
padding-left: 0; }
|
|
|
|
.choices__placeholder {
|
|
opacity: 0.5; }
|
|
|
|
/*===== End of Choices ======*/
|
|
.choices {
|
|
margin: 0;
|
|
font-size: inherit;
|
|
position: relative;
|
|
cursor: pointer; }
|
|
.choices:focus {
|
|
outline: none; }
|
|
.choices:after {
|
|
content: none !important; }
|
|
.choices.is-focused .form-select {
|
|
border-color: #90b5e2;
|
|
box-shadow: 0 0 0 0.25rem rgba(32, 107, 196, 0.25); }
|
|
.choices .dropdown-menu {
|
|
width: 100%;
|
|
height: auto; }
|
|
.choices .dropdown-menu .choices__list {
|
|
max-height: 13rem;
|
|
overflow-x: hidden; }
|
|
.choices .dropdown-menu .dropdown-item {
|
|
padding-left: 0.75rem;
|
|
padding-right: 0.75rem; }
|
|
.choices .dropdown-menu .dropdown-item.active {
|
|
background: transparent;
|
|
color: inherit; }
|
|
.choices .dropdown-menu .dropdown-item.is-highlighted {
|
|
color: #206bc4;
|
|
background-color: rgba(32, 107, 196, 0.06); }
|
|
|
|
.choices__placeholder {
|
|
color: #a7abb1;
|
|
opacity: 1; }
|
|
|
|
.choices__list--single {
|
|
padding: 0; }
|
|
|
|
.choices__list--dropdown .choices__item--selectable:after {
|
|
content: none; }
|