3832d51ddaf65da5561ce22d5cd33b2c1f188373
[clamp.git] / src / main / resources / META-INF / resources / designer / css / plugins / metisMenu / metisMenu.css
1 /*
2  * metismenu - v1.0.3
3  * Easy menu jQuery plugin for Twitter Bootstrap 3
4  * https://github.com/onokumus/metisMenu
5  *
6  * Made by Osman Nuri Okumuş
7  * Under MIT License
8  */
9 .arrow {
10     float: right;
11 }
12
13 .glyphicon.arrow:before {
14     content: "\e079";
15 }
16
17 .active > a > .glyphicon.arrow:before {
18     content: "\e114";
19 }
20
21
22 /*
23  * Require Font-Awesome
24  * http://fortawesome.github.io/Font-Awesome/
25 */
26
27
28 .fa.arrow:before {
29     content: "\f104";
30 }
31
32 .active > a > .fa.arrow:before {
33     content: "\f107";
34 }
35
36 .plus-times {
37     float: right;
38 }
39
40 .fa.plus-times:before {
41     content: "\f067";
42 }
43
44 .active > a > .fa.plus-times {
45     filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
46     -webkit-transform: rotate(45deg);
47     -moz-transform: rotate(45deg);
48     -ms-transform: rotate(45deg);
49     -o-transform: rotate(45deg);
50     transform: rotate(45deg);
51 }
52
53 .plus-minus {
54     float: right;
55 }
56
57 .fa.plus-minus:before {
58     content: "\f067";
59 }
60
61 .active > a > .fa.plus-minus:before {
62     content: "\f068";
63 }