Skip to content
Snippets Groups Projects
Commit 04e29ef3 authored by juanf's avatar juanf
Browse files

SP-998 / BIS-577 : Core UI - Change UI Color

SVN: 30168
parent ab47267f
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment