X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/resources/themes/stylesheets/ext4/default/widgets/_menu.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_menu.scss b/resources/themes/stylesheets/ext4/default/widgets/_menu.scss index 53b970e2..d3a8e040 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_menu.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_menu.scss @@ -125,6 +125,7 @@ margin: 0px; border: 1px solid $menu-item-active-border-color; cursor: pointer; + @include border-radius(3px); } } @@ -177,4 +178,8 @@ } } } + + .#{$prefix}menu-date-item { + border-color: #99BBE8; + } }