diff --git a/source/Ox.UI/themes/classic/css/classic.css b/source/Ox.UI/themes/classic/css/classic.css index 6167a59a..24706031 100644 --- a/source/Ox.UI/themes/classic/css/classic.css +++ b/source/Ox.UI/themes/classic/css/classic.css @@ -28,6 +28,16 @@ Bars background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192)); background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192)); } + +.OxThemeClassic .OxProgressbar { + background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255)); + background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255)); +} +.OxThemeClassic .OxProgressbar > div { + background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192)); + background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192)); +} + .OxThemeClassic .OxResizebar > .OxLine { background-color: rgb(208, 208, 208); }