diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css index e2d7873cdab1aa9a7f8980ea25f1075d352d2854..062c986cca649b9808b105f6750c01887c04c30c 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-gray.css @@ -579,9 +579,12 @@ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc background-image: url("../images/gray/grid/grid3-hd-btn.gif"); } /* Background / Borders */ - -.x-toolbar { - border: none; + +/* Toolbar */ +.x-toolbar { + border-top-width: 1px; + border-bottom-width: 1px; + border-color: d0d0d0; background-image: none !important; background-color: #f1f1f1; } @@ -650,4 +653,15 @@ td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split { background-image: url(../images/gray/button/s-arrow-o.gif); +} + +/* Managed Properties Loading Bar */ +.x-progress-wrap { + border: none; +} + +.x-progress-bar { + background-color: #f1f1f1; + background-image: url("../images/gray/progress/progress-bg.gif"); + border: none; } \ No newline at end of file diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/images/gray/progress/progress-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/images/gray/progress/progress-bg.gif new file mode 100644 index 0000000000000000000000000000000000000000..84c37312a903e52e1df357649f6e33a8fde07cb8 Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/images/gray/progress/progress-bg.gif differ