Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 57343b8

Browse files
v30.2.4
1 parent b6bb313 commit 57343b8

File tree

83 files changed

+6335
-267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+6335
-267
lines changed

‎.gitleaksignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ Content/styles/fluent-dark.css:aws-access-token:1
7878
Content/styles/fluent.css:aws-access-token:1
7979
Content/styles/tailwind3.css:easypost-api-token:1
8080
Content/styles/tailwind3-dark.css:easypost-api-token:1
81+
Content/styles/highcontrast.css:aws-access-token:1

‎Content/Site.css

Lines changed: 71 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,31 @@
185185
.bootstrap.e-bigger .e-samplestatus.new, .bootstrap.e-bigger .e-samplestatus.New,
186186
.bootstrap-dark.e-bigger .e-samplestatus.preview, .bootstrap-dark.e-bigger .e-samplestatus.Preview,
187187
.bootstrap-dark.e-bigger .e-samplestatus.update, .bootstrap-dark.e-bigger .e-samplestatus.Update,
188-
.bootstrap-dark.e-bigger .e-samplestatus.new, .bootstrap-dark.e-bigger .e-samplestatus.New {
189-
top: 13px;
188+
.bootstrap-dark.e-bigger .e-samplestatus.new, .bootstrap-dark.e-bigger .e-samplestatus.New,
189+
.fabric.e-bigger .e-samplestatus.preview, .fabric.e-bigger .e-samplestatus.Preview,
190+
.fabric.e-bigger .e-samplestatus.update, .fabric.e-bigger .e-samplestatus.Update,
191+
.fabric.e-bigger .e-samplestatus.new, .fabric.e-bigger .e-samplestatus.New,
192+
.fabric-dark.e-bigger .e-samplestatus.preview, .fabric-dark.e-bigger .e-samplestatus.Preview,
193+
.fabric-dark.e-bigger .e-samplestatus.update, .fabric-dark.e-bigger .e-samplestatus.Update,
194+
.fabric-dark.e-bigger .e-samplestatus.new, .fabric-dark.e-bigger .e-samplestatus.New {
195+
line-height: 11px !important;
196+
top: 12px;
197+
}
198+
199+
.fabric .e-samplestatus.preview, .fabric .e-samplestatus.Preview,
200+
.fabric .e-samplestatus.update, .fabric .e-samplestatus.Update,
201+
.fabric .e-samplestatus.new, .fabric .e-samplestatus.New,
202+
.fabric-dark .e-samplestatus.preview, .fabric-dark .e-samplestatus.Preview,
203+
.fabric-dark .e-samplestatus.update, .fabric-dark .e-samplestatus.Update,
204+
.fabric-dark .e-samplestatus.new, .fabric-dark .e-samplestatus.New {
205+
top: 8.5px;
206+
}
207+
208+
.bootstrap4.e-bigger .e-samplestatus.preview.tree, .bootstrap4.e-bigger .e-samplestatus.Preview.tree,
209+
.bootstrap4.e-bigger .e-samplestatus.update.tree, .bootstrap4.e-bigger .e-samplestatus.Update.tree,
210+
.bootstrap4.e-bigger .e-samplestatus.new.tree, .bootstrap4.e-bigger .e-samplestatus.New.tree {
211+
top: 9px;
212+
line-height: 11px;
190213
}
191214

192215
.highcontrast.e-bigger .e-samplestatus.preview, .highcontrast.e-bigger .e-samplestatus.Preview,
@@ -1440,6 +1463,7 @@ body.tailwind3-dark,
14401463
top: 66px;
14411464
height: calc(100% - 66px);
14421465
-webkit-overflow-scrolling: touch;
1466+
border: unset;
14431467
}
14441468

14451469
.sb-left-back {
@@ -2580,7 +2604,8 @@ a.sb-ad-link, a.sb-ad-link:hover, a.sb-ad-link:active {
25802604
top: 255px !important;
25812605
}
25822606

2583-
.fluent2-highcontrast #sb-setting-currency_popup {
2607+
.fluent2-highcontrast #sb-setting-currency_popup,
2608+
.bootstrap4 #sb-setting-currency_popup {
25842609
top: 370px !important;
25852610
}
25862611

@@ -3102,7 +3127,7 @@ body.fluent-dark, .fluent-dark .sb-content, .fluent-dark .sb-content-section {
31023127
.fluent-dark #search-input-wrapper input,
31033128
.fluent-dark #search-input-wrapper input::placeholder {
31043129
color: rgba(255, 255, 255, 0.87);
3105-
background: #252423;
3130+
background: #292827;
31063131
border-bottom: 1px solid #969696;
31073132
}
31083133
.fluent-dark .sb-header, .fluent-dark .sb-switch-popup {
@@ -3151,7 +3176,7 @@ body.fluent-dark, .fluent-dark .sb-content, .fluent-dark .sb-content-section {
31513176
color: #0000;
31523177
}
31533178
.fluent-dark .sb-theme-select {
3154-
color: #252423;
3179+
color: #292827;
31553180
}
31563181
.tailwind-dark .sb-theme-select {
31573182
color: #1f2937;
@@ -3404,10 +3429,13 @@ body.tailwind-dark,
34043429
.bootstrap5\.3-dark .sb-setting-translate,
34053430
.bootstrap5\.3-dark .sample-navigation > button:hover,
34063431
.bootstrap5\.3-dark .sb-switch-popup li:first-child,
3407-
.bootstrap5\.3-dark .sb-theme-popupli.active .sb-theme-select, .bootstrap5\.3-dark .sb-icon-Home,
3432+
.bootstrap5\.3-dark .sb-icon-Home,
34083433
.bootstrap5\.3-dark .sb-left-pane .e-listview .e-list-group-item, .bootstrap5\.3-dark .sb-component-name {
34093434
color: #0d6efd;
34103435
}
3436+
.bootstrap5\.3-dark .sb-theme-popup li.active .sb-theme-select {
3437+
color: #fff
3438+
}
34113439
.bootstrap5-dark .sb-icon-Home, .fluent-dark .sb-icon-Home {
34123440
color: #A0A1A3;
34133441
}
@@ -3580,13 +3608,16 @@ body.tailwind-dark,
35803608
color: #ffffff;
35813609
}
35823610
.fluent-dark .sb-left-pane .e-listview .e-list-item.e-active {
3583-
background: #292827;
3611+
background: #3b3a39;
35843612
color: #ffffff;
35853613
}
35863614
.fluent-dark .sb-left-pane .e-listview .e-list-item.e-active:hover {
3587-
background: #292827;
3615+
background: #3b3a39;
35883616
}
35893617

3618+
.fluent-dark .sb-left-pane .e-treeview .e-list-item.e-active > .e-fullrow {
3619+
background-color: #3b3a39;
3620+
}
35903621
.tailwind-dark .sb-left-pane .e-listview .e-list-item.e-active {
35913622
background: #5CC8E8;
35923623
color: #000000;
@@ -4075,9 +4106,18 @@ body.tailwind-dark,
40754106
.fabric-dark .sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow {
40764107
background-color: #73A6F4;
40774108
}
4109+
.bootstrap .sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow {
4110+
background-color: #317ab9;
4111+
}
40784112
.bootstrap-dark .sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow {
4079-
background-color: rgba(255,255,255,0.06);
4113+
background-color: #0070f0;
40804114
}
4115+
.bootstrap4 .sb-left-pane .e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
4116+
.bootstrap5 .sb-left-pane .e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text,
4117+
.highcontrast .sb-left-pane .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text,
4118+
.fluent2-highcontrast .sb-left-pane .e-treeview .e-list-item.e-active > .e-text-content .e-list-text {
4119+
color: #000000;
4120+
}
40814121
.bootstrap5-dark .sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow {
40824122
background: #464d53;
40834123
}
@@ -4112,7 +4152,7 @@ body.tailwind-dark,
41124152
.fluent-dark .sb-search-result .e-list-item:hover,
41134153
.fluent-dark .sb-left-pane .e-listview .e-list-item:hover,
41144154
.fluent-dark .sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow {
4115-
background-color: #252423;
4155+
background-color: #3b3a39;
41164156
color: #FFFFFF;
41174157
}
41184158
.fluent-dark .sb-theme-popup li:hover {
@@ -4398,6 +4438,9 @@ body.material3-dark,
43984438
color: rgb(208, 188, 255);
43994439
}
44004440

4441+
.bootstrap5-dark .sb-left-pane .e-listview .e-list-group-item, .bootstrap5-dark .sb-component-name {
4442+
color: rgba(255, 255, 255, 0.87);
4443+
}
44014444

44024445
.material3-dark .sb-left-pane .e-listview .e-list-item.e-active, .material3-dark .sb-left-pane .e-listview .e-list-item.e-active:hover, .material3-dark .cont {
44034446
background-color: rgb(208, 188, 255);
@@ -4410,8 +4453,16 @@ body.material3-dark,
44104453

44114454
.material3-dark .sb-search-result .e-list-item:hover,
44124455
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-active > .e-fullrow {
4413-
color: rgb(208, 188, 255);
4414-
background-color: rgba(255, 255, 255, 0.12);
4456+
background-color: rgb(208, 188, 255);
4457+
border: unset;
4458+
}
4459+
4460+
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-active > .e-text-content .e-list-text,
4461+
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible,
4462+
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable,
4463+
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible,
4464+
.material3-dark .sb-control-navigation .e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable {
4465+
color: #000000;
44154466
}
44164467

44174468
.material3-dark .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, .material3-dark .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item:hover > .e-tab-wrap > .e-text-wrap > .e-tab-text {
@@ -4631,7 +4682,7 @@ body.material3-dark,
46314682

46324683
/*Adding this styles to ActionDescription anchor Tag*/
46334684
.sb-action-description p a {
4634-
background-color: #FFFFFF;
4685+
background-color: transparent;
46354686
text-decoration: underline;
46364687
}
46374688

@@ -4763,8 +4814,7 @@ body.fluent2-highcontrast,
47634814

47644815
.fluent2-highcontrast .sb-search-result .e-list-item:hover,
47654816
.fluent2-highcontrast .sb-control-navigation .e-treeview .e-list-item.e-active > .e-fullrow {
4766-
color: #1aebff;
4767-
background-color: rgba(255, 255, 255, 0.12);
4817+
background-color: #1aebff;
47684818
}
47694819

47704820
.fluent2-highcontrast .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, .fluent2-highcontrast .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item:hover > .e-tab-wrap > .e-text-wrap > .e-tab-text {
@@ -4859,6 +4909,7 @@ body.fluent2-highcontrast,
48594909
.fluent2-highcontrast .e-samplestatus.new,
48604910
.fluent2-highcontrast .e-samplestatus.update {
48614911
top: 6px;
4912+
right: 8px;
48624913
}
48634914
.e-bigger.fluent2-highcontrast .e-samplestatus.update.tree,
48644915
.e-bigger.fluent2-highcontrast .e-samplestatus.preview.tree,
@@ -4879,6 +4930,7 @@ body.fluent2-highcontrast,
48794930
.fluent2-dark .e-samplestatus.update.tree,
48804931
.fluent2-dark .e-samplestatus.new.tree {
48814932
top: 6px;
4933+
right: 8px;
48824934
line-height: 8px;
48834935
}
48844936
.fluent2-dark .e-samplestatus.preview,
@@ -4888,6 +4940,7 @@ body.fluent2-highcontrast,
48884940
.fluent2 .e-samplestatus.update,
48894941
.fluent2 .e-samplestatus.new {
48904942
top: 6px;
4943+
right: 8px;
48914944
line-height: 8px;
48924945
}
48934946
.fluent2.e-bigger .e-samplestatus.preview,
@@ -5037,8 +5090,7 @@ body.fluent2-dark,
50375090

50385091
.fluent2-dark .sb-search-result .e-list-item:hover,
50395092
.fluent2-dark .sb-control-navigation .e-treeview .e-list-item.e-active > .e-fullrow {
5040-
color: #115ea3;
5041-
background-color: rgba(255, 255, 255, 0.12);
5093+
background-color: #115ea3;
50425094
}
50435095

50445096
.fluent2-dark .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, .fluent2-dark .sb-content-tab > .e-tab.e-nested > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item:hover > .e-tab-wrap > .e-text-wrap > .e-tab-text {
@@ -5178,8 +5230,8 @@ body.fluent2-dark,
51785230
/* Styles for the browser's autofill feature */
51795231
.fluent-dark #search-input:-webkit-autofill {
51805232
-webkit-text-fill-color: #ffffff;
5181-
-webkit-box-shadow: 0 0 0px 1000px #252423 inset;
5182-
border-color: #252423;
5233+
-webkit-box-shadow: 0 0 0px 1000px #292827 inset;
5234+
border-color: #292827;
51835235
}
51845236
.material3-dark #search-input:-webkit-autofill,
51855237
.fluent2-dark #search-input:-webkit-autofill,

‎Content/styles/bds-dark-lite.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.

‎Content/styles/bds-dark.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.

‎Content/styles/bds-lite.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.

‎Content/styles/bds.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.

‎Content/styles/bootstrap-dark-lite.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.

‎Content/styles/bootstrap-dark.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.

‎Content/styles/bootstrap-lite.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.

‎Content/styles/bootstrap.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)

AltStyle によって変換されたページ (->オリジナル) /