File tree Expand file tree Collapse file tree 8 files changed +32
-9
lines changed
docs-aspnet-core/_layouts Expand file tree Collapse file tree 8 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 20
20
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js "> </ script >
21
21
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js "> </ script >
22
22
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js "> </ script >
23
- <!--GDPR and Coockies Consent Message -->
24
- < script src ="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js " type ="text/javascript " charset ="UTF-8 "> </ script >
23
+ <!--GDPR and Cookies Consent Message -->
24
+ < script src ="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js " type ="text/javascript " charset ="UTF-8 "> </ script >
25
+ <!--script to enable GDPR and Cookies Consent Message on live -->
26
+ < script src ="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js " type ="text/javascript " charset ="UTF-8 "> </ script >
27
+
25
28
{% javascript prettify %}
26
29
{% javascript app %}
27
30
{% if page.editableExample == "true" %}
Original file line number Diff line number Diff line change 20
20
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js "> </ script >
21
21
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js "> </ script >
22
22
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js "> </ script >
23
- <!--GDPR and Coockies Consent Message -->
24
- < script src ="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js " type ="text/javascript " charset ="UTF-8 "> </ script >
23
+ <!--GDPR and Cookies Consent Message -->
24
+ < script src ="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js " type ="text/javascript " charset ="UTF-8 "> </ script >
25
+ <!--script to enable GDPR and Cookies Consent Message on live -->
26
+ < script src ="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js " type ="text/javascript " charset ="UTF-8 "> </ script >
27
+
25
28
{% javascript prettify %}
26
29
{% javascript app %}
27
30
{% if page.editableExample == "true" %}
Original file line number Diff line number Diff line change 27
27
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/css/css.min.js "> </ script >
28
28
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/xml/xml.min.js "> </ script >
29
29
< script src ="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.6.0/mode/htmlmixed/htmlmixed.min.js "> </ script >
30
- <!--GDPR and Coockies Consent Message -->
31
- < script src ="https://optanon.blob.core.windows.net/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf-test.js " type ="text/javascript " charset ="UTF-8 "> </ script >
30
+ <!--GDPR and Cookies Consent Message -->
31
+ < script src ="https://cdn.cookielaw.org/consent/2fffb1c2-c64a-4fcc-bc19-a4adecbc5ebf.js " type ="text/javascript " charset ="UTF-8 "> </ script >
32
+ <!--script to enable GDPR and Cookies Consent Message on live -->
33
+ < script src ="https://d29pqwjodcr0n2.cloudfront.net/toggle-optanon-consent.js " type ="text/javascript " charset ="UTF-8 "> </ script >
34
+
32
35
{% javascript prettify %}
33
36
{% javascript app %}
34
37
{% if page.editableExample == "true" %}
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ The text to send and render.
119
119
120
120
### renderAttachments
121
121
122
- Renders an attachment inside the chat. The attachments is rendered through a predefined or custom template, registered with the Chat widget.
122
+ Renders an attachment inside the chat. The attachments are rendered through a predefined or custom template, registered with the Chat widget.
123
123
124
124
#### Parameters
125
125
Original file line number Diff line number Diff line change 225
225
// Deck
226
226
.k-card-deck {
227
227
display : flex ;
228
+ margin-top : @card-deck-gap ;
228
229
flex-direction : row ;
229
230
flex-wrap : nowrap ;
230
231
align-items : stretch ;
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ span.k-dropdowntree,
59
59
}
60
60
61
61
.k-multiselect-wrap > .k-i-close {
62
- top : (@grid-size / 2 - 2 px );
62
+ top : (@grid-size / 2 );
63
63
}
64
64
65
65
.k-multiselect-wrap .k-readonly ,
Original file line number Diff line number Diff line change 566
566
padding : .03em .2em ;
567
567
}
568
568
569
+ .k-rtl .k-autocomplete > .k-i-close ,
570
+ .k-rtl .k-multiselect-wrap > .k-i-close {
571
+ left : 6px ;
572
+ right : auto ;
573
+ }
574
+
569
575
/* Notification */
570
576
571
577
.k-rtl .k-notification-button .k-notification-wrap ,
1143
1149
margin-left : 0 ;
1144
1150
}
1145
1151
}
1152
+
1153
+ /* Chat */
1154
+ .k-rtl {
1155
+ .k-message-box .k-button svg {
1156
+ transform : rotate (180deg )
1157
+ }
1158
+ }
Original file line number Diff line number Diff line change 1
- @accent : #eee ;
1
+ @accent : #676767 ;
2
2
@base : #fff ;
3
3
@background : #fff ;
4
4
You can’t perform that action at this time.
0 commit comments