Skip to content

Commit 20e3002

Browse files
hansonrhansonr
authored andcommitted
menu opener triangle spacing 10ex and \u23F5 not \u25B8
2 parents dbbd5df + 1fecfbb commit 20e3002

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181117132055
1+
20181117133327
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20181117132055
1+
20181117133327
0 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/swingjs/jquery/j2sMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Swing.__getMenuStyle = function(applet) { return '\
114114
.swingjsPopupMenu .ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}\
115115
.swingjsPopupMenu .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;position:absolute;top:.2em;left:.2em}\
116116
.swingjsPopupMenu .ui-menu-icon{position:static;float:right}\
117-
.swingjsPopupMenu .ui-icon-carat-1-e{min-width:2ex;text-align:right;background-image:none;background-position:0 0}\
118-
.swingjsPopupMenu .ui-icon-carat-1-e:after{content:"\\25B8"}\
117+
.swingjsPopupMenu .ui-icon-carat-1-e{min-width:10ex;text-align:right;background-image:none;background-position:0 0}\
118+
.swingjsPopupMenu .ui-icon-carat-1-e:after{content:"\\23F5"}\
119119
.swingjsPopupMenu .ui-state-default{border:1px solid #c5dbec;background:#dfeffc;color:#2e6e9e}\
120120
.swingjsPopupMenu .ui-state-default a{color:#2e6e9e;text-decoration:none}\
121121
.swingjsPopupMenu .ui-state-hover,.swingjsPopupMenu .ui-state-focus{border:1px solid #79b7e7;background:#d0e5f5;color:#1d5987}\

0 commit comments

Comments
 (0)