Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _menu.scss
index 53b970e..d3a8e04 100644 (file)
             margin: 0px;
             border: 1px solid $menu-item-active-border-color;
             cursor: pointer;
+            @include border-radius(3px);
         }
     }
 
             }
         }
     }
+    
+    .#{$prefix}menu-date-item {
+        border-color: #99BBE8;
+    }
 }