Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / plugins / _plugin-selectize.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 // Support for Selectize plugin
4 // http://brianreavis.github.io/selectize.js/
5
6 .selectize-control.single, .selectize-control.multi {
7     padding: 0;
8     .selectize-input, .selectize-input.input-active {
9
10         cursor: text;
11         background: transparent;
12         box-shadow: none;
13         border: 0;
14         padding: 0;
15         height: 100%;
16         font-size: 14px;
17         line-height: 30px;
18         .has-items {
19             padding: 0;
20         }
21         &:after {
22             right: 5px;
23             position: absolute;
24             font-size: 25px;
25             content: "\e5c5";
26             font-family: 'Material Icons';
27             speak: none;
28             font-style: normal;
29             font-weight: normal;
30             font-variant: normal;
31             text-transform: none;
32             line-height: 1;
33             -webkit-font-smoothing: antialiased;
34             -moz-osx-font-smoothing: grayscale;
35         }
36         input {
37             font-size: 14px;
38             outline: 0;
39             border: 0;
40             background: transparent;
41         }
42         &.label-floating-fix input {
43             opacity: 0;
44         }
45         > div, > .item {
46             display: inline-block;
47             margin: 0 8px 3px 0;
48             padding: 0;
49             background: transparent;
50             border: 0;
51             &:after {
52                 content: ",";
53             }
54             &:last-of-type:after {
55                 content: "";
56             }
57             &.active {
58                 font-weight: bold;
59                 background: transparent;
60                 border: 0;
61             }
62         }
63     }
64     .selectize-dropdown {
65         position: absolute;
66         z-index: 1000;
67         border: 0;
68         width: 100% !important;
69         left: 0 !important;
70         height: auto;
71         background-color: #FFF;
72         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
73         border-radius: $border-radius-base;
74         padding: 0;
75         margin-top: 3px;
76         .active {
77             background-color: inherit;
78         }
79         .highlight {
80             background-color: #d5d8ff;
81         }
82         .selected, .selected.active {
83             background-color: #EEEEEE;
84         }
85         [data-selectable], .optgroup-header {
86             padding: 10px 20px;
87             cursor: pointer;
88         }
89     }
90     .dropdown-active ~ .selectize-dropdown {
91         display: block;
92     }
93 }