roojs-ui.js
[roojs1] / less / roojs-bootstrap / dropdown.less
index d4d447b..c1182a3 100644 (file)
@@ -52,7 +52,7 @@
   margin-top: 5px;
   margin-right: -10px;
   border-color: transparent;
-  border-left-color: @gray-lighter-80;
+  border-left-color: @gray-light;
   border-style: solid;
   border-width: 5px 0 5px 5px;
   content: " ";
@@ -88,4 +88,12 @@ li.dropdown-toggle span + i.glyphicon {
 
 li.dropdown-menu-item i.fa + span {
     margin-left: 5px;
+}
+
+li.dropdown-toggle button > i.glyphicon {
+    margin: 3px 0 0 5px;
+}
+
+.dropdown-menu.nowrap li a span {
+    white-space: nowrap;
 }
\ No newline at end of file