diff options
author | Camil Staps | 2015-02-05 00:40:47 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-05 00:40:47 +0100 |
commit | c50a323c25a0787ba2051b19721983776a229615 (patch) | |
tree | 87e13060ca6633bed3f5de2e25c5eedf866a0073 /css/plugins/metisMenu/metisMenu.css | |
parent | Initial commit (diff) |
Initial commit
Diffstat (limited to 'css/plugins/metisMenu/metisMenu.css')
-rw-r--r-- | css/plugins/metisMenu/metisMenu.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/css/plugins/metisMenu/metisMenu.css b/css/plugins/metisMenu/metisMenu.css new file mode 100644 index 0000000..77cdfa2 --- /dev/null +++ b/css/plugins/metisMenu/metisMenu.css @@ -0,0 +1,63 @@ +/* + * metismenu - v1.0.3 + * Easy menu jQuery plugin for Twitter Bootstrap 3 + * https://github.com/onokumus/metisMenu + * + * Made by Osman Nuri Okumuş + * Under MIT License + */ +.arrow { + float: right; +} + +.glyphicon.arrow:before { + content: "\e079"; +} + +.active > a > .glyphicon.arrow:before { + content: "\e114"; +} + + +/* + * Require Font-Awesome + * http://fortawesome.github.io/Font-Awesome/ +*/ + + +.fa.arrow:before { + content: "\f104"; +} + +.active > a > .fa.arrow:before { + content: "\f107"; +} + +.plus-times { + float: right; +} + +.fa.plus-times:before { + content: "\f067"; +} + +.active > a > .fa.plus-times { + filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + -o-transform: rotate(45deg); + transform: rotate(45deg); +} + +.plus-minus { + float: right; +} + +.fa.plus-minus:before { + content: "\f067"; +} + +.active > a > .fa.plus-minus:before { + content: "\f068"; +}
\ No newline at end of file |