bugfix
This commit is contained in:
parent
e3eae8972a
commit
1b6085b6c0
@ -23,6 +23,13 @@ body {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menuitem {
|
||||||
|
height: 40px;
|
||||||
|
backgroud-color: #eeeeee;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.modal>.title {
|
.modal>.title {
|
||||||
background-color: #a0a0a0;
|
background-color: #a0a0a0;
|
||||||
}
|
}
|
||||||
|
@ -88,6 +88,7 @@ bricks.Menu = class extends bricks.VBox {
|
|||||||
tw.bind('click', this.regen_menuitem_event.bind(this, w));
|
tw.bind('click', this.regen_menuitem_event.bind(this, w));
|
||||||
iw.menuitem = w;
|
iw.menuitem = w;
|
||||||
tw.menuitem = w;
|
tw.menuitem = w;
|
||||||
|
w.set_css(this.menuitem_css || 'menuitem');
|
||||||
return w;
|
return w;
|
||||||
}
|
}
|
||||||
regen_menuitem_event(item, event){
|
regen_menuitem_event(item, event){
|
||||||
|
Loading…
Reference in New Issue
Block a user