Skip to content

Commit d209596

Browse files
committed
updated file
1 parent 150717a commit d209596

File tree

2 files changed

+1776
-60
lines changed

2 files changed

+1776
-60
lines changed

css/bootstrap.css

Lines changed: 39 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ mark,
597597
.img-thumbnail {
598598
padding: 0.25rem;
599599
background-color: #fff;
600-
border: 1px solid #dee2e6;
600+
border: 1px solid #dee2e654;
601601
border-radius: 0.25rem;
602602
max-width: 100%;
603603
height: auto;
@@ -1898,16 +1898,16 @@ pre code {
18981898
.table td {
18991899
padding: 0.75rem;
19001900
vertical-align: top;
1901-
border-top: 1px solid #dee2e6;
1901+
border-top: 1px solid #dee2e654;
19021902
}
19031903

19041904
.table thead th {
19051905
vertical-align: bottom;
1906-
border-bottom: 2px solid #dee2e6;
1906+
border-bottom: 2px solid #dee2e654;
19071907
}
19081908

19091909
.table tbody+tbody {
1910-
border-top: 2px solid #dee2e6;
1910+
border-top: 2px solid #dee2e654;
19111911
}
19121912

19131913
.table-sm th,
@@ -1916,12 +1916,12 @@ pre code {
19161916
}
19171917

19181918
.table-bordered {
1919-
border: 1px solid #dee2e6;
1919+
border: 1px solid #dee2e654;
19201920
}
19211921

19221922
.table-bordered th,
19231923
.table-bordered td {
1924-
border: 1px solid #dee2e6;
1924+
border: 1px solid #dee2e654;
19251925
}
19261926

19271927
.table-bordered thead th,
@@ -2145,7 +2145,7 @@ pre code {
21452145
.table .thead-light th {
21462146
color: #495057;
21472147
background-color: #e9ecef;
2148-
border-color: #dee2e6;
2148+
border-color: #dee2e654;
21492149
}
21502150

21512151
.table-dark {
@@ -4654,7 +4654,7 @@ input:checked+.slider:before {
46544654
height: 0.5rem;
46554655
color: transparent;
46564656
cursor: pointer;
4657-
background-color: #dee2e6;
4657+
background-color: #dee2e654;
46584658
border-color: transparent;
46594659
border-radius: 1rem;
46604660
}
@@ -4684,7 +4684,7 @@ input:checked+.slider:before {
46844684
height: 0.5rem;
46854685
color: transparent;
46864686
cursor: pointer;
4687-
background-color: #dee2e6;
4687+
background-color: #dee2e654;
46884688
border-color: transparent;
46894689
border-radius: 1rem;
46904690
}
@@ -4723,13 +4723,13 @@ input:checked+.slider:before {
47234723
}
47244724

47254725
.custom-range::-ms-fill-lower {
4726-
background-color: #dee2e6;
4726+
background-color: #dee2e654;
47274727
border-radius: 1rem;
47284728
}
47294729

47304730
.custom-range::-ms-fill-upper {
47314731
margin-right: 15px;
4732-
background-color: #dee2e6;
4732+
background-color: #dee2e654;
47334733
border-radius: 1rem;
47344734
}
47354735

@@ -4793,7 +4793,7 @@ input:checked+.slider:before {
47934793
}
47944794

47954795
.nav-tabs {
4796-
border-bottom: 1px solid #dee2e6;
4796+
border-bottom: 1px solid #dee2e654;
47974797
}
47984798

47994799
.nav-tabs .nav-item {
@@ -4816,7 +4816,7 @@ input:checked+.slider:before {
48164816
.nav-tabs .nav-item.show .nav-link {
48174817
color: #495057;
48184818
background-color: #fff;
4819-
border-color: #dee2e6 #dee2e6 #fff;
4819+
border-color: #dee2e654 #dee2e654 #fff;
48204820
}
48214821

48224822
.nav-tabs .dropdown-menu {
@@ -6946,7 +6946,7 @@ a.close.disabled {
69466946
align-items: flex-start;
69476947
justify-content: space-between;
69486948
padding: 1rem 1rem;
6949-
border-bottom: 1px solid #dee2e6;
6949+
border-bottom: 1px solid #dee2e654;
69506950
border-top-left-radius: 0.3rem;
69516951
border-top-right-radius: 0.3rem;
69526952
}
@@ -6971,7 +6971,7 @@ a.close.disabled {
69716971
align-items: center;
69726972
justify-content: flex-end;
69736973
padding: 1rem;
6974-
border-top: 1px solid #dee2e6;
6974+
border-top: 1px solid #dee2e65454;
69756975
}
69766976

69776977
.modal-footer> :not(:first-child) {
@@ -8431,23 +8431,23 @@ textarea:focus {
84318431
}
84328432

84338433
.border {
8434-
border: 1px solid #dee2e6 !important;
8434+
border: 1px solid #dee2e654 !important;
84358435
}
84368436

84378437
.border-top {
8438-
border-top: 1px solid #dee2e6 !important;
8438+
border-top: 1px solid #dee2e654 !important;
84398439
}
84408440

84418441
.border-right {
8442-
border-right: 1px solid #dee2e6 !important;
8442+
border-right: 1px solid #dee2e654 !important;
84438443
}
84448444

84458445
.border-bottom {
8446-
border-bottom: 1px solid #dee2e6 !important;
8446+
border-bottom: 1px solid #dee2e654 !important;
84478447
}
84488448

84498449
.border-left {
8450-
border-left: 1px solid #dee2e6 !important;
8450+
border-left: 1px solid #dee2e654 !important;
84518451
}
84528452

84538453
.border-0 {
@@ -12285,7 +12285,7 @@ a.text-dark:focus {
1228512285

1228612286
.table-bordered th,
1228712287
.table-bordered td {
12288-
border: 1px solid #dee2e6 !important;
12288+
border: 1px solid #dee2e654 !important;
1228912289
}
1229012290

1229112291
.table-dark {
@@ -12296,12 +12296,12 @@ a.text-dark:focus {
1229612296
.table-dark td,
1229712297
.table-dark thead th,
1229812298
.table-dark tbody+tbody {
12299-
border-color: #dee2e6;
12299+
border-color: #dee2e654;
1230012300
}
1230112301

1230212302
.table .thead-dark th {
1230312303
color: inherit;
12304-
border-color: #dee2e6;
12304+
border-color: #dee2e654;
1230512305
}
1230612306
}
1230712307

@@ -13993,49 +13993,28 @@ a.text-dark:focus {
1399313993
-webkit-backdrop-filter: blur(5px) !important;
1399413994
}
1399513995

13996-
/* width */
13997-
::-webkit-scrollbar {
13998-
width: 20px;
13999-
14000-
} Track */
14001-
::-webkit-scrollbar-track {
14002-
box-shadow: inset 0 0 5px grey;
14003-
border-radius: 10px;
14004-
-webkit-border-radius: 10px;
14005-
-moz-border-radius: 10px;
14006-
-ms-border-radius: 10px;
14007-
-o-border-radius: 10px;
14008-
13996+
::-webkit-scrollbar-track
13997+
{
13998+
background: transparent !important;
1400913999
}
14000+
::-webkit-scrollbar-corner{
14001+
background: transparent !important;
14002+
/* 6 */ }
14003+
::-webkit-scrollbar
14004+
{
14005+
width: 1em;
1401014006

14011-
/* Handle */
14012-
::-webkit-scrollbar-thumb {
14013-
background: rgba(255, 255, 255, 0.19);
14014-
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
14015-
backdrop-filter: blur(7.4px);
14016-
border-radius: 10px;
14017-
-webkit-backdrop-filter: blur(7.4px);
14018-
border: 0px solid rgba(255, 255, 255, 0.3);
14019-
-webkit-border-radius: 10px;
14020-
-moz-border-radius: 10px;
14021-
-ms-border-radius: 10px;
14022-
-o-border-radius: 10px;
1402314007
}
1402414008

14025-
/* Handle on hover */
14026-
::-webkit-scrollbar-thumb:hover {
14027-
background: rgba(255, 255, 255, 0.53);
14009+
::-webkit-scrollbar-thumb
14010+
{
14011+
background: rgba(0, 0, 0, 0.31);
14012+
border-radius: 16px;
1402814013
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
14029-
backdrop-filter: blur(7.4px);
14030-
border-radius: 10px;
14031-
-webkit-backdrop-filter: blur(7.4px);
14032-
border: 0px solid rgba(255, 255, 255, 0.3);
14033-
-webkit-border-radius: 10px;
14034-
-moz-border-radius: 10px;
14035-
-ms-border-radius: 10px;
14036-
-o-border-radius: 10px;
14037-
cursor: pointer;
14014+
backdrop-filter: blur(11.9px);
14015+
-webkit-backdrop-filter: blur(11.9px);
1403814016
}
14017+
1403914018
/**
1404014019
carousel slider
1404114020
*/

0 commit comments

Comments
 (0)