RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / elements / selectize / selectize-freeside.css
1 /**
2 * Freeside CSS theme overrides for selectize.js
3
4 */
5
6 .selectize-label {
7   display: none !important;
8 }
9
10 .selectize-input {
11   border-radius: 0 !important;
12   padding: 1px !important;
13   display: inline-block;
14   width: 250px;
15   text-align: left !important;
16 }
17
18 .selectize-input .item {
19   margin: 2px !important;
20   text-align: left !important;
21 }
22
23 .selectize-input .optgroup-header {
24   font-weight: bold;
25   background-color: #eee;
26   border-bottom: solid 1px #ccc;
27   text-align: left !important;
28 }
29
30 .selectize-dropdown .option {
31   text-align: left !important;
32 }
33
34 .selectize-input .optgroup .option {
35   padding-left: 1em;
36   text-align: left !important;
37 }