Skip to content

Commit 2e759a6

Browse files
chore: update java client app styles (#4430)
1 parent c60b17d commit 2e759a6

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

examples-standalone/kendoangular-java-integration/ClientApp/angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
"styles": [
3131
{
32-
"input": "node_modules/@progress/kendo-theme-default/dist/all.css"
32+
"input": "node_modules/@progress/kendo-theme-default/dist/default-ocean-blue-a11y.css"
3333
},
3434
"src/styles.css"
3535
],

examples-standalone/kendoangular-java-integration/ClientApp/src/app/app.component.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ kendo-upload {
4040
}
4141

4242
a {
43-
color: #ff6358;
44-
text-decoration: none;
45-
}
46-
47-
a:hover {
43+
color: var(--kendo-color-primary);
4844
text-decoration: underline;
4945
}

examples-standalone/kendoangular-java-integration/ClientApp/src/app/app.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<div class="content-container">
2+
<h3>Fetching Data from the Server</h3>
23
<p>
34
<a href="https://www.telerik.com/kendo-angular-ui/components/grid/"
45
>Grid component</a
@@ -71,6 +72,7 @@
7172
</kendo-grid-command-column>
7273
</kendo-grid>
7374

75+
<h3>Upload Files to the Server</h3>
7476
<div class="row">
7577
<div class="info">
7678
<p>
@@ -79,8 +81,8 @@
7981
</p>
8082
<p>
8183
It is a richer version of an
82-
<code><![CDATA[<input type="file" />]]></code> element and
83-
supports model binding, templates, forms, and more.
84+
<code>&lt;input type="file" /&gt;</code> element and supports
85+
model binding, templates, forms, and more.
8486
</p>
8587
<p>
8688
For more information check the
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
/* You can add global styles to this file, and also import other style files */
1+
body {
2+
font-family: "RobotoRegular", Helvetica, Arial, sans-serif;
3+
font-size: 16px;
4+
}

0 commit comments

Comments
 (0)