Warning, /webapps/ocs-webserver/httpdocs/theme/flatui/less/modules/caret.less is written in an unsupported language. File is not indexed.

0001 //
0002 // Caret
0003 // --------------------------------------------------
0004 
0005 .caret(@color: @base) {
0006   border-left-width: 6px;
0007   border-right-width: 6px;
0008   border-top-width: 8px;
0009   border-bottom-color: @color;
0010   border-style: solid;
0011   border-bottom-style: none;
0012   border-top-color: @color;
0013   .transition(.25s);
0014 }
0015 
0016 .caret {
0017   .caret();
0018 }
0019 
0020 .dropup .caret,
0021 .dropup .btn-large .caret,
0022 .navbar-fixed-bottom .dropdown .caret {
0023   border-bottom-width: 8px;
0024 }
0025 
0026 .btn-mini .caret,
0027 .btn-small .caret,
0028 .btn-large .caret {
0029   margin-top: 7px;
0030 }
0031 
0032 .btn-large .caret {
0033   border-top-width: 8px;
0034   border-right-width: 6px;
0035   border-left-width: 6px;
0036 }
0037