Skip to content

Commit

Permalink
デフォルト用のCSSを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
madguy committed Feb 14, 2011
1 parent d0ecc71 commit 919b075
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/jquery-ui-smoothMenu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.ui-smoothMenu-disabled * {
cursor: default;
}

.ui-smoothMenu-item {
padding-right: 24px;
position: relative;
}

.ui-smoothMenu-item .ui-icon {
right: 4px;
margin-top: -8px;
position: absolute;
top: 50%;
}

0 comments on commit 919b075

Please sign in to comment.