1
0
Fork 0
forked from 0x2620/oxjs

splitpanel rewrite

This commit is contained in:
rolux 2011-03-03 22:26:17 +01:00
commit 1e4a83a7c9
4 changed files with 42 additions and 30 deletions

View file

@ -25,7 +25,7 @@ Bars
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 .OxResizebar > .OxLine {
.OxThemeClassic .OxSeparator > .OxLine {
background: rgb(208, 208, 208);
}