forked from 0x2620/oxjs
changes to dialog api
This commit is contained in:
parent
ee6c90433c
commit
3d136c4657
3 changed files with 120 additions and 79 deletions
|
|
@ -378,9 +378,9 @@ OxForm
|
|||
margin-top: 0;
|
||||
}
|
||||
.OxFormMessage {
|
||||
width: 100%;
|
||||
//width: 100%;
|
||||
height: 10px;
|
||||
margin-top: 2px;
|
||||
margin: 2px 8px 0 0;
|
||||
text-align: right;
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -1129,6 +1129,7 @@ Panels
|
|||
right: 0px;
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
padding-top: 1px;
|
||||
border-width: 0 0 0 1px;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
font-size: 11px;
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ Menus
|
|||
background: rgba(64, 64, 64, 0.96);
|
||||
}
|
||||
.OxThemeModern .OxMenu .OxItem.OxDisabled .OxCell {
|
||||
color: rgb(80, 80, 80);
|
||||
color: rgb(128, 128, 128);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue