1
0
Fork 0
forked from 0x2620/oxjs

changes to dialogs, events, forms

This commit is contained in:
rolux 2010-12-26 20:16:35 +00:00
commit d1dee61a5f
5 changed files with 256 additions and 162 deletions

View file

@ -116,6 +116,9 @@ Forms
.OxThemeClassic .OxButton.OxTab.OxSelected {
border-bottom: 1px solid rgb(192, 192, 192);
}
.OxThemeClassic .OxFormMessage {
color: rgb(192, 64, 64);
}
.OxThemeClassic .OxButton.OxDisabled,
.OxThemeClassic .OxLabel.OxDisabled {

View file

@ -466,7 +466,7 @@ OxPicker
*/
.OxPicker {
position: absolute;
z-index: 11;
z-index: 13;
-moz-border-radius: 0 8px 8px 8px;
-webkit-border-radius: 0 8px 8px 8px;
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
@ -655,7 +655,17 @@ Layers
top: 20px;
bottom: 0px;
overflow: hidden;
z-index: 10;
z-index: 12;
}
.OxMenuLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0;
overflow: hidden;
z-index: 12;
}
/*
@ -948,7 +958,7 @@ Menus
.OxMenu {
position: absolute;
display: none;
z-index: 11;
z-index: 12;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-left-radius: 4px;
@ -1396,7 +1406,11 @@ Miscellaneous
================================================================================
*/
.OxThemeModern .OxTooltip {
.OxText {
//line-height: 15px;
}
.OxTooltip {
position: absolute;
padding: 1px 2px 1px 2px;
font-size: 9px;