git-svn-id: https://msi/svn/firstRepo/Management/trunk@49 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-01-15 17:04:16 +00:00
parent 4b9fa8baa4
commit fc837ca592
70 changed files with 9932 additions and 4090 deletions
+23
View File
@@ -143,6 +143,9 @@ border-color:#FBB34E; }
.jqx-icon-calendar-orange, .jqx-icon-calendar-hover-orange, .jqx-icon-calendar-pressed-orange {
background-image: url('images/icon-calendar-white.png');
}
.jqx-icon-time-orange, .jqx-icon-time-hover-orange, .jqx-icon-time-pressed-orange {
background-image: url('images/icon-time-white.png');
}
.jqx-icon-delete-orange
{
background-image: url('images/icon-delete-white.png');
@@ -173,3 +176,23 @@ border-color:#FBB34E; }
.jqx-editor-toolbar-icon-orange {
background: url('images/html_editor_white.png') no-repeat;
}
.jqx-layout-orange
{
background-color: #E48605;
}
.jqx-layout-pseudo-window-pin-icon-orange
{
background-image: url("images/pin-white.png");
}
.jqx-layout-pseudo-window-pinned-icon-orange
{
background-image: url("images/pinned-white.png");
}
.jqx-scheduler-month-cell-orange, .jqx-scheduler-time-column-orange, .jqx-scheduler-toolbar-orange
{
background: #E48605 !important;
color: #fff !important;
}
.jqx-widget-orange .jqx-scheduler-middle-cell-orange, .jqx-scheduler-middle-cell-orange {
border-bottom-color: #E48605 !important;
}