Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 68cd835

Browse files
v17.1.0.47
1 parent d680935 commit 68cd835

File tree

10 files changed

+92
-30
lines changed

10 files changed

+92
-30
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-16 Bytes
Binary file not shown.

src/assets/ej/common-images/reportdesigner/ejreportdesigner.svg

Lines changed: 4 additions & 4 deletions
Loading
-16 Bytes
Binary file not shown.
-16 Bytes
Binary file not shown.

src/assets/ej/ej.widgets.core.material.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/ej/material/ej.reportdesigner.theme.css

Lines changed: 64 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* filename: ej.reportdesigner.theme.css
4-
* version : 17.1.0.38
4+
* version : 17.1.0.47
55
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
66
* Use of this code is subject to the terms of our license.
77
* A copy of the current license can be obtained at any time by e-mailing
@@ -597,10 +597,19 @@
597597
font-size: 13px;
598598
}
599599
.e-rptdesigner-ejwidgets-splitbtn {
600+
600601
background: transparent !important;
601-
color: #212121 !important;
602602
outline: none !important;
603603
}
604+
.e-rptdesigner-ejwidgets-splitbtn {
605+
color: rgba(0, 0, 0, 0.54) !important;
606+
}
607+
.e-rptdesigner-toolbarli.e-hover .e-rptdesigner-ejwidgets-splitbtn {
608+
609+
}
610+
.e-rptdesigner-toolbarli.e-hover .e-rptdesigner-ejwidgets-splitbtn {
611+
color: #424242 !important;
612+
}
604613
.e-rptdesigner-preview {
605614
font-size: 13px;
606615
}
@@ -1356,11 +1365,19 @@
13561365
.e-designer-alertbox .e-title,
13571366
.e-rptdesigner-itemInfo-template,
13581367
.e-rptdesigner-grpingpanel-template,
1368+
.e-rptdesigner-fieldList > li,
1369+
.e-rptdesigner-addDataSourceItem > a,
1370+
.e-rptdesigner-expressionElement > a,
1371+
.e-rptdesigner-textElement > a,
1372+
.e-rptdesigner-noRecords,
1373+
.e-rptdesigner-tablix-searchtxtbx,
13591374
.e-designer-tablix-alert-radiobtn .e-text {
13601375
font-family: 'Segoe UI', 'Roboto', 'Noto Sans', 'Ubuntu', 'Droid Sans', 'Helvetica Neue', 'Arial' !important;
13611376
}
13621377
.e-textarea-codeeditor .CodeMirror {
13631378
font-family: 'Segoe UI' !important;
1379+
height: 322px !important;
1380+
visibility: unset;
13641381
}
13651382
/*----------------------EJ Designer Fontfamily----------------------*/
13661383

@@ -2066,6 +2083,51 @@
20662083
.e-rptdesigner-group-line.e-rptdesigner-group-detailIcon {
20672084
color: #c3c3c3;
20682085
}
2086+
/**************************Tablix Data Assign Override Start*******************************/
2087+
2088+
.e-rptdesigner-tablixdataassignmenu {
2089+
background-color: white;
2090+
2091+
}
2092+
.e-rptdesigner-tablixdataassignmenu {
2093+
border: 1px solid #e0e0e0;
2094+
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
2095+
}
2096+
.e-rptdesigner-menu-item:hover {
2097+
2098+
color: #212121;
2099+
cursor: pointer;
2100+
}
2101+
.e-rptdesigner-menu-item:hover {
2102+
background: #eeeeee;
2103+
}
2104+
.e-rptdesigner-menu-item {
2105+
font-size: 14px;
2106+
}
2107+
.e-rptdesigner-menu-item > a {
2108+
font-size: 14px;
2109+
text-overflow: ellipsis;
2110+
text-decoration: none !important;
2111+
}
2112+
.e-rptdesigner-menu-separator {
2113+
background-color: #e0e0e0;
2114+
}
2115+
.e-rptdesigner-noRecords {
2116+
font-size: 12px;
2117+
color: #424242 !important;
2118+
font-style: italic;
2119+
}
2120+
.e-rptdesigner-tablix-searchicon {
2121+
color: #424242 !important;
2122+
}
2123+
.e-rptdesigner-tablix-content-icon {
2124+
font-family: ejreportdesigner !important;
2125+
font-size: 17px;
2126+
font-style: normal;
2127+
font-weight: normal;
2128+
}
2129+
/**************************Tablix Data Assign Override End*******************************/
2130+
20692131
/*************************************Tablix End******************************************/
20702132

20712133
/*------------------------------querydesigner toolbar Start-------------------------------*/

src/assets/ej/material/ej.reportdesigner.theme.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/ej/material/ej.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*!
33
* filename: ej.theme.css
4-
* version : 17.1.0.38
4+
* version : 17.1.0.47
55
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
66
* Use of this code is subject to the terms of our license.
77
* A copy of the current license can be obtained at any time by e-mailing

src/assets/ej/material/ej.theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)