css changes
This commit is contained in:
parent
1118a296a3
commit
ef8fe89c84
2 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ Bars
|
|||
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||
}
|
||||
.OxThemeClassic .OxSeparator > .OxLine {
|
||||
background: rgb(208, 208, 208);
|
||||
background-color: rgb(208, 208, 208);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -719,7 +719,7 @@ Lists
|
|||
}
|
||||
|
||||
.OxIconList .OxPage {
|
||||
position: absolute;
|
||||
//position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
|
@ -805,7 +805,7 @@ Lists
|
|||
//-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.OxTextList .OxBar .OxHead {
|
||||
position: absolute;
|
||||
// position: absolute;
|
||||
left: 0;
|
||||
height: 16px;
|
||||
overflow: hidden;
|
||||
|
@ -873,7 +873,7 @@ Lists
|
|||
background: rgb(24, 24, 24);
|
||||
}
|
||||
.OxTextList .OxBar .OxSelect {
|
||||
position: absolute;
|
||||
//position: absolute;
|
||||
right: 0px;
|
||||
width: 11px;
|
||||
height: 16px;
|
||||
|
@ -891,8 +891,8 @@ Lists
|
|||
}
|
||||
|
||||
.OxTextList .OxBody {
|
||||
float: left;
|
||||
position: absolute;
|
||||
//float: left;
|
||||
//position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
@ -943,7 +943,7 @@ Lists
|
|||
cursor: ns-resize;
|
||||
}
|
||||
.OxTextList .OxPage {
|
||||
position: absolute;
|
||||
//position: absolute;
|
||||
}
|
||||
.OxTextList.OxDrop .OxItem .OxCell {
|
||||
color: green;
|
||||
|
|
Loading…
Reference in a new issue