Add version files and new GIF images for UI components

This commit is contained in:
2025-04-03 06:26:44 +07:00
commit 663c28a2ea
5219 changed files with 772528 additions and 0 deletions

View File

@ -0,0 +1,58 @@
/*
Product Name: dhtmlxSuite
Version: 5.2.0
Edition: Professional
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/*
skin detected: dhx_skyblue
include extra file: skins/dhx_skyblue.less
*/
.dhx_list {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-moz-user-select: none;
-moz-user-select: -moz-none;
-khtml-select: none;
}
.dhx_list_default_item,
.dhx_list_default_item_selected {
cursor: pointer;
background-color: #ffffff;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item_selected {
border-right: 1px solid #a4bed4;
border-bottom: 1px dotted #a4bed4;
}
.dhx_list_default_item_selected {
background-color: #a1ceed;
color: #b5deff;
border-color: #a1ceed;
background-repeat: repeat-x;
}
.dhx_list_item {
font-family: Tahoma, Helvetica;
font-size: 11px;
color: black;
box-sizing: border-box;
}
.dhx_list_item textarea {
resize: none;
margin-top: -8px;
}
.dhx_list_item .dhx_strong {
font-weight: bold;
display: block;
padding-bottom: 6px;
}
.dhx_list_default_item_selected .dhx_light {
color: #C3C3C3;
}
.dhx_list_item .dhx_light {
color: #919191;
}

View File

@ -0,0 +1,58 @@
/*
Product Name: dhtmlxSuite
Version: 5.2.0
Edition: Professional
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/*
skin detected: dhx_terrace
include extra file: skins/dhx_terrace.less
*/
.dhx_list {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-moz-user-select: none;
-moz-user-select: -moz-none;
-khtml-select: none;
}
.dhx_list_default_item,
.dhx_list_default_item_selected {
cursor: pointer;
background-color: #ffffff;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item_selected {
border-right: 1px solid #cccccc;
border-bottom: 1px dotted #cccccc;
}
.dhx_list_default_item_selected {
background-color: #fff3a1;
color: #fff3a1;
border-color: #fff3a1;
background-repeat: repeat-x;
}
.dhx_list_item {
font-family: Arial, Helvetica;
font-size: 13px;
color: black;
box-sizing: border-box;
}
.dhx_list_item textarea {
resize: none;
margin-top: -8px;
}
.dhx_list_item .dhx_strong {
font-weight: bold;
display: block;
padding-bottom: 6px;
}
.dhx_list_default_item_selected .dhx_light {
color: #C3C3C3;
}
.dhx_list_item .dhx_light {
color: #919191;
}

View File

@ -0,0 +1,58 @@
/*
Product Name: dhtmlxSuite
Version: 5.2.0
Edition: Professional
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/*
skin detected: dhx_web
include extra file: skins/dhx_web.less
*/
.dhx_list {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-moz-user-select: none;
-moz-user-select: -moz-none;
-khtml-select: none;
}
.dhx_list_default_item,
.dhx_list_default_item_selected {
cursor: pointer;
background-color: #ffffff;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item_selected {
border-right: 1px solid #c7c7c7;
border-bottom: 1px dotted #c7c7c7;
}
.dhx_list_default_item_selected {
background-color: #85d3ff;
color: #85d3ff;
border-color: #85d3ff;
background-repeat: repeat-x;
}
.dhx_list_item {
font-family: Tahoma, Helvetica;
font-size: 12px;
color: #000000;
box-sizing: border-box;
}
.dhx_list_item textarea {
resize: none;
margin-top: -8px;
}
.dhx_list_item .dhx_strong {
font-weight: bold;
display: block;
padding-bottom: 6px;
}
.dhx_list_default_item_selected .dhx_light {
color: #C3C3C3;
}
.dhx_list_item .dhx_light {
color: #919191;
}

View File

@ -0,0 +1,79 @@
/*
Product Name: dhtmlxSuite
Version: 5.2.0
Edition: Professional
License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com
Copyright UAB Dinamenta http://www.dhtmlx.com
*/
/*
skin detected: material
include extra file: skins/material.less
*/
@keyframes dhx_loader_rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes dhx_loader_dash {
0% {
stroke-dasharray: 1, 200;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -35px;
}
100% {
stroke-dasharray: 89, 200;
stroke-dashoffset: -124px;
}
}
.dhx_list {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
-moz-user-select: none;
-moz-user-select: -moz-none;
-khtml-select: none;
}
.dhx_list_default_item,
.dhx_list_default_item_selected {
cursor: pointer;
}
.dhx_list .dhx_list_default_item,
.dhx_list .dhx_list_default_item_selected {
border-right: none;
border-bottom: 1px solid #eeeeee;
border-left: 2px solid transparent;
}
.dhx_list .dhx_list_default_item_selected {
background-color: #eeeeee;
color: #404040;
border-color: #eeeeee;
background-repeat: repeat-x;
border-left: 2px solid #3399cc;
}
.dhx_list_item {
font-family: Roboto, Arial, Helvetica;
font-size: 14px;
color: #404040;
box-sizing: border-box;
line-height: normal;
}
.dhx_list_item textarea {
resize: none;
margin-top: -8px;
}
.dhx_list_item .dhx_strong {
font-weight: bold;
display: block;
padding-bottom: 6px;
}
.dhx_list_default_item_selected .dhx_light {
color: #C3C3C3;
}
.dhx_list_item .dhx_light {
color: #919191;
}