@@ -410,7 +410,7 @@ mark,
410
410
.img-thumbnail {
411
411
padding : 0.25rem ;
412
412
background-color : # fff ;
413
- border : 1px solid # dee2e6 ;
413
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) ;
414
414
border-radius : 0.25rem ;
415
415
max-width : 100% ;
416
416
height : auto; }
@@ -1350,22 +1350,22 @@ pre {
1350
1350
.table td {
1351
1351
padding : 0.75rem ;
1352
1352
vertical-align : top;
1353
- border-top : 1px solid # dee2e6 ; }
1353
+ border-top : 1px solid rgba ( 0 , 0 , 0 , .15 ) ; }
1354
1354
.table thead th {
1355
1355
vertical-align : bottom;
1356
- border-bottom : 2px solid # dee2e6 ; }
1356
+ border-bottom : 2px solid rgba ( 0 , 0 , 0 , .15 ) ; }
1357
1357
.table tbody + tbody {
1358
- border-top : 2px solid # dee2e6 ; }
1358
+ border-top : 2px solid rgba ( 0 , 0 , 0 , .15 ) ; }
1359
1359
1360
1360
.table-sm th ,
1361
1361
.table-sm td {
1362
1362
padding : 0.3rem ; }
1363
1363
1364
1364
.table-bordered {
1365
- border : 1px solid # dee2e6 ; }
1365
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) ; }
1366
1366
.table-bordered th ,
1367
1367
.table-bordered td {
1368
- border : 1px solid # dee2e6 ; }
1368
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) ; }
1369
1369
.table-bordered thead th ,
1370
1370
.table-bordered thead td {
1371
1371
border-bottom-width : 2px ; }
@@ -1538,7 +1538,7 @@ pre {
1538
1538
.table .thead-disabled th {
1539
1539
color : # 495057 ;
1540
1540
background-color : # e9ecef ;
1541
- border-color : # dee2e6 ; }
1541
+ border-color : rgba ( 0 , 0 , 0 , .15 ) ; }
1542
1542
1543
1543
.table-dark {
1544
1544
color : # fff ;
@@ -3269,7 +3269,7 @@ input[type="button"].btn-block {
3269
3269
height : 0.5rem ;
3270
3270
color : transparent;
3271
3271
cursor : pointer;
3272
- background-color : # dee2e6 ;
3272
+ background-color : rgba ( 0 , 0 , 0 , .15 ) ;
3273
3273
border-color : transparent;
3274
3274
border-radius : 1rem ; }
3275
3275
.custom-range ::-moz-range-thumb {
@@ -3297,7 +3297,7 @@ input[type="button"].btn-block {
3297
3297
height : 0.5rem ;
3298
3298
color : transparent;
3299
3299
cursor : pointer;
3300
- background-color : # dee2e6 ;
3300
+ background-color : rgba ( 0 , 0 , 0 , .15 ) ;
3301
3301
border-color : transparent;
3302
3302
border-radius : 1rem ; }
3303
3303
.custom-range ::-ms-thumb {
@@ -3331,11 +3331,11 @@ input[type="button"].btn-block {
3331
3331
border-color : transparent;
3332
3332
border-width : 0.5rem ; }
3333
3333
.custom-range ::-ms-fill-lower {
3334
- background-color : # dee2e6 ;
3334
+ background-color : rgba ( 0 , 0 , 0 , .15 ) ;
3335
3335
border-radius : 1rem ; }
3336
3336
.custom-range ::-ms-fill-upper {
3337
3337
margin-right : 15px ;
3338
- background-color : # dee2e6 ;
3338
+ background-color : rgba ( 0 , 0 , 0 , .15 ) ;
3339
3339
border-radius : 1rem ; }
3340
3340
.custom-range : disabled ::-webkit-slider-thumb {
3341
3341
background-color : # adb5bd ; }
@@ -3385,15 +3385,15 @@ input[type="button"].btn-block {
3385
3385
cursor : default; }
3386
3386
3387
3387
.nav-tabs {
3388
- border-bottom : 1px solid # dee2e6 ; }
3388
+ border-bottom : 1px solid rgba ( 0 , 0 , 0 , .15 ) ; }
3389
3389
.nav-tabs .nav-item {
3390
3390
margin-bottom : -1px ; }
3391
3391
.nav-tabs .nav-link {
3392
3392
border : 1px solid transparent;
3393
3393
border-top-left-radius : 0.25rem ;
3394
3394
border-top-right-radius : 0.25rem ; }
3395
3395
.nav-tabs .nav-link : hover , .nav-tabs .nav-link : focus {
3396
- border-color : # e9ecef # e9ecef # dee2e6 ; }
3396
+ border-color : # e9ecef # e9ecef rgba ( 0 , 0 , 0 , .15 ) ; }
3397
3397
.nav-tabs .nav-link .disabled {
3398
3398
color : # 6c757d ;
3399
3399
background-color : transparent;
@@ -3402,7 +3402,7 @@ input[type="button"].btn-block {
3402
3402
.nav-tabs .nav-item .show .nav-link {
3403
3403
color : # 495057 ;
3404
3404
background-color : # fff ;
3405
- border-color : # dee2e6 # dee2e6 # fff ; }
3405
+ border-color : rgba ( 0 , 0 , 0 , .15 ) rgba ( 0 , 0 , 0 , .15 ) # fff ; }
3406
3406
.nav-tabs .dropdown-menu {
3407
3407
margin-top : -1px ;
3408
3408
border-top-left-radius : 0 ;
@@ -4027,13 +4027,13 @@ input[type="button"].btn-block {
4027
4027
line-height : 1.25 ;
4028
4028
color : # 007bff ;
4029
4029
background-color : # fff ;
4030
- border : 1px solid # dee2e6 ; }
4030
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) ; }
4031
4031
.page-link : hover {
4032
4032
z-index : 2 ;
4033
4033
color : # 0056b3 ;
4034
4034
text-decoration : none;
4035
4035
background-color : # e9ecef ;
4036
- border-color : # dee2e6 ; }
4036
+ border-color : rgba ( 0 , 0 , 0 , .15 ) ; }
4037
4037
.page-link : focus {
4038
4038
z-index : 2 ;
4039
4039
outline : 0 ;
@@ -4060,7 +4060,7 @@ input[type="button"].btn-block {
4060
4060
pointer-events : none;
4061
4061
cursor : auto;
4062
4062
background-color : # fff ;
4063
- border-color : # dee2e6 ; }
4063
+ border-color : rgba ( 0 , 0 , 0 , .15 ) ; }
4064
4064
4065
4065
.pagination-lg .page-link {
4066
4066
padding : 0.75rem 1.5rem ;
@@ -4822,7 +4822,7 @@ a.close.disabled {
4822
4822
-ms-flex-pack : justify;
4823
4823
justify-content : space-between;
4824
4824
padding : 1rem 1rem ;
4825
- border-bottom : 1px solid # dee2e6 ;
4825
+ border-bottom : 1px solid rgba ( 0 , 0 , 0 , .15 ) ;
4826
4826
border-top-left-radius : 0.3rem ;
4827
4827
border-top-right-radius : 0.3rem ; }
4828
4828
.modal-header .close {
@@ -4851,7 +4851,7 @@ a.close.disabled {
4851
4851
-ms-flex-pack : end;
4852
4852
justify-content : flex-end;
4853
4853
padding : 1rem ;
4854
- border-top : 1px solid # dee2e6 ;
4854
+ border-top : 1px solid rgba ( 0 , 0 , 0 , .15 ) ;
4855
4855
border-bottom-right-radius : 0.3rem ;
4856
4856
border-bottom-left-radius : 0.3rem ; }
4857
4857
.modal-footer > : not (: first-child ) {
@@ -5430,19 +5430,19 @@ button.bg-dark:focus {
5430
5430
background-color : transparent !important ; }
5431
5431
5432
5432
.border {
5433
- border : 1px solid # dee2e6 !important ; }
5433
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
5434
5434
5435
5435
.border-top {
5436
- border-top : 1px solid # dee2e6 !important ; }
5436
+ border-top : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
5437
5437
5438
5438
.border-right {
5439
- border-right : 1px solid # dee2e6 !important ; }
5439
+ border-right : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
5440
5440
5441
5441
.border-bottom {
5442
- border-bottom : 1px solid # dee2e6 !important ; }
5442
+ border-bottom : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
5443
5443
5444
5444
.border-left {
5445
- border-left : 1px solid # dee2e6 !important ; }
5445
+ border-left : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
5446
5446
5447
5447
.border-0 {
5448
5448
border : 0 !important ; }
@@ -8131,17 +8131,17 @@ a.text-dark:hover, a.text-dark:focus {
8131
8131
background-color : # fff !important ; }
8132
8132
.table-bordered th ,
8133
8133
.table-bordered td {
8134
- border : 1px solid # dee2e6 !important ; }
8134
+ border : 1px solid rgba ( 0 , 0 , 0 , .15 ) !important ; }
8135
8135
.table-dark {
8136
8136
color : inherit; }
8137
8137
.table-dark th ,
8138
8138
.table-dark td ,
8139
8139
.table-dark thead th ,
8140
8140
.table-dark tbody + tbody {
8141
- border-color : # dee2e6 ; }
8141
+ border-color : rgba ( 0 , 0 , 0 , .15 ) ; }
8142
8142
.table .thead-dark th {
8143
8143
color : inherit;
8144
- border-color : # dee2e6 ; } }
8144
+ border-color : rgba ( 0 , 0 , 0 , .15 ) ; } }
8145
8145
8146
8146
body {
8147
8147
font-family : "Poppins" , Arial, sans-serif;
0 commit comments