git-svn-id: https://msi/svn/firstRepo/Management/trunk@49 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
@@ -194,6 +194,10 @@ background: linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#
|
||||
.jqx-icon-calendar-black, .jqx-icon-calendar-hover-black, .jqx-icon-calendar-pressed-black {
|
||||
background-image: url('images/icon-calendar-white.png');
|
||||
}
|
||||
.jqx-icon-time-black, .jqx-icon-time-hover-black, .jqx-icon-time-pressed-black {
|
||||
background-image: url('images/icon-time-white.png');
|
||||
}
|
||||
|
||||
.jqx-icon-delete-black
|
||||
{
|
||||
background-image: url('images/icon-delete-white.png');
|
||||
@@ -224,3 +228,23 @@ background: linear-gradient(top, #f87948 0%,#fb4e0b 4%,#f44501 11%,#e24000 19%,#
|
||||
.jqx-editor-toolbar-icon-black {
|
||||
background: url('images/html_editor_white.png') no-repeat;
|
||||
}
|
||||
.jqx-layout-black
|
||||
{
|
||||
background-color: #000;
|
||||
}
|
||||
.jqx-layout-pseudo-window-pin-icon-black
|
||||
{
|
||||
background-image: url("images/pin-white.png");
|
||||
}
|
||||
.jqx-layout-pseudo-window-pinned-icon-black
|
||||
{
|
||||
background-image: url("images/pinned-white.png");
|
||||
}
|
||||
.jqx-scheduler-month-cell-black, .jqx-scheduler-time-column-black, .jqx-scheduler-toolbar-black
|
||||
{
|
||||
background: #35353A !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.jqx-widget-black .jqx-scheduler-middle-cell-black, .jqx-scheduler-middle-cell-black {
|
||||
border-bottom-color: #35353A !important;
|
||||
}
|
||||
Reference in New Issue
Block a user