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)));
|
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||||
}
|
}
|
||||||
.OxThemeClassic .OxSeparator > .OxLine {
|
.OxThemeClassic .OxSeparator > .OxLine {
|
||||||
background: rgb(208, 208, 208);
|
background-color: rgb(208, 208, 208);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -719,7 +719,7 @@ Lists
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxIconList .OxPage {
|
.OxIconList .OxPage {
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
@ -805,7 +805,7 @@ Lists
|
||||||
//-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
//-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||||
}
|
}
|
||||||
.OxTextList .OxBar .OxHead {
|
.OxTextList .OxBar .OxHead {
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -873,7 +873,7 @@ Lists
|
||||||
background: rgb(24, 24, 24);
|
background: rgb(24, 24, 24);
|
||||||
}
|
}
|
||||||
.OxTextList .OxBar .OxSelect {
|
.OxTextList .OxBar .OxSelect {
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
width: 11px;
|
width: 11px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
@ -891,8 +891,8 @@ Lists
|
||||||
}
|
}
|
||||||
|
|
||||||
.OxTextList .OxBody {
|
.OxTextList .OxBody {
|
||||||
float: left;
|
//float: left;
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -943,7 +943,7 @@ Lists
|
||||||
cursor: ns-resize;
|
cursor: ns-resize;
|
||||||
}
|
}
|
||||||
.OxTextList .OxPage {
|
.OxTextList .OxPage {
|
||||||
position: absolute;
|
//position: absolute;
|
||||||
}
|
}
|
||||||
.OxTextList.OxDrop .OxItem .OxCell {
|
.OxTextList.OxDrop .OxItem .OxCell {
|
||||||
color: green;
|
color: green;
|
||||||
|
|
Loading…
Add table
Reference in a new issue