Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / bootstrap-combobox.less
1 //
2 // Bootstrap-Combobox
3 // --------------------------------------------------
4
5 .combobox-container {
6   &.combobox-selected .glyphicon-remove {
7     display: inline-block;
8   }
9   .caret {
10     margin-left: 0;
11   }
12   .combobox::-ms-clear {
13     display: none;
14   }
15   .dropdown-menu {
16     margin-top: -1px;
17     width: 100%;
18   }
19   .glyphicon-remove {
20     display: none;
21     top: auto;
22     width: 12px;
23     &:before {
24       content: "\e60b";
25       font-family: @icon-font-name-pf;
26     }
27   }
28   .input-group-addon {
29     .button-variant(@btn-default-color; @btn-default-bg; @btn-default-bg-img-start; @btn-default-bg-img-stop; @btn-default-border);
30     position: relative; // IE8
31     &:active {
32       .box-shadow(inset 0 2px 8px rgba(0,0,0,.2));
33     }
34   }
35 }