update css
This commit is contained in:
parent
e9b98148fb
commit
cca5b99fed
2 changed files with 8 additions and 4 deletions
|
@ -147,9 +147,13 @@ Lists
|
||||||
.OxThemeClassic .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
|
.OxThemeClassic .OxTextList .OxFocus .OxItem.OxSelected:nth-child(even) {
|
||||||
background: rgb(190, 190, 190);
|
background: rgb(190, 190, 190);
|
||||||
}
|
}
|
||||||
|
.OxThemeClassic .OxTextList .OxBar {
|
||||||
|
background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
|
||||||
|
background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
|
||||||
|
}
|
||||||
.OxThemeClassic .OxTextList .OxBar .OxSelected {
|
.OxThemeClassic .OxTextList .OxBar .OxSelected {
|
||||||
background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
|
background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(160, 160, 160));
|
||||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(160, 160, 160)), color-stop(1, rgb(128, 128, 128)));
|
background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160)));
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
}
|
}
|
||||||
.OxThemeClassic .OxTextList .OxBar .OxOrder {
|
.OxThemeClassic .OxTextList .OxBar .OxOrder {
|
||||||
|
|
|
@ -508,8 +508,8 @@ Lists
|
||||||
}
|
}
|
||||||
.OxTextList .OxBar {
|
.OxTextList .OxBar {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
|
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
|
||||||
-webkit-box-shadow: 0 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;
|
||||||
|
|
Loading…
Reference in a new issue