Merge pull request #12 from Kanagambigai/master

showcase sample styles updated
This commit is contained in:
SumanKumar G 2021-10-06 14:35:23 +05:30 коммит произвёл GitHub
Родитель dd0755a378 f4e8bcdcf3
Коммит 356774e601
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 2882 добавлений и 107 удалений

Просмотреть файл

@ -48,11 +48,11 @@
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.EJ2, Version=19.2500.0.44, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.19.2.0.44\lib\net45\Syncfusion.EJ2.dll</HintPath>
<Reference Include="Syncfusion.EJ2, Version=19.3500.0.43, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.EJ2.MVC5.19.3.0.43\lib\net45\Syncfusion.EJ2.dll</HintPath>
</Reference>
<Reference Include="Syncfusion.Licensing, Version=19.2450.0.44, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.19.2.0.44\lib\net45\Syncfusion.Licensing.dll</HintPath>
<Reference Include="Syncfusion.Licensing, Version=19.3450.0.43, Culture=neutral, PublicKeyToken=632609b4d040f6b4, processorArchitecture=MSIL">
<HintPath>packages\Syncfusion.Licensing.19.3.0.43\lib\net45\Syncfusion.Licensing.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />

3
Scripts/ej2.min.js поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -923,7 +923,7 @@ input#txt {
border: 1px solid #fff;
}
.dashboard-page .e-input-group input.e-input {
.dashboard-page .e-input-group.e-control-wrapper.e-input-focus input.e-input {
border-color: #fff;
text-indent: 1em;
padding-top: 8px;

Просмотреть файл

@ -1008,7 +1008,7 @@ html {
border: 1px solid #fff;
}
.e-input-group {
.e-input-group.e-control-wrapper.e-input-focus {
input.e-input {
border-color: #fff;
text-indent: 1em;

Различия файлов скрыты, потому что одна или несколько строк слишком длинны