Skip to content

Commit a1aed5a

Browse files
authored
change white borders
Changed the white borders to be darker so they looked cleaner
1 parent 9ef166d commit a1aed5a

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

studio/css/style-dashboard-dark.css

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ mark,
410410
.img-thumbnail {
411411
padding: 0.25rem;
412412
background-color: #fff;
413-
border: 1px solid #dee2e6;
413+
border: 1px solid rgba(0,0,0,.15);
414414
border-radius: 0.25rem;
415415
max-width: 100%;
416416
height: auto; }
@@ -1350,22 +1350,22 @@ pre {
13501350
.table td {
13511351
padding: 0.75rem;
13521352
vertical-align: top;
1353-
border-top: 1px solid #dee2e6; }
1353+
border-top: 1px solid rgba(0,0,0,.15); }
13541354
.table thead th {
13551355
vertical-align: bottom;
1356-
border-bottom: 2px solid #dee2e6; }
1356+
border-bottom: 2px solid rgba(0,0,0,.15); }
13571357
.table tbody + tbody {
1358-
border-top: 2px solid #dee2e6; }
1358+
border-top: 2px solid rgba(0,0,0,.15); }
13591359

13601360
.table-sm th,
13611361
.table-sm td {
13621362
padding: 0.3rem; }
13631363

13641364
.table-bordered {
1365-
border: 1px solid #dee2e6; }
1365+
border: 1px solid rgba(0,0,0,.15); }
13661366
.table-bordered th,
13671367
.table-bordered td {
1368-
border: 1px solid #dee2e6; }
1368+
border: 1px solid rgba(0,0,0,.15); }
13691369
.table-bordered thead th,
13701370
.table-bordered thead td {
13711371
border-bottom-width: 2px; }
@@ -1538,7 +1538,7 @@ pre {
15381538
.table .thead-disabled th {
15391539
color: #495057;
15401540
background-color: #e9ecef;
1541-
border-color: #dee2e6; }
1541+
border-color: rgba(0,0,0,.15); }
15421542

15431543
.table-dark {
15441544
color: #fff;
@@ -3269,7 +3269,7 @@ input[type="button"].btn-block {
32693269
height: 0.5rem;
32703270
color: transparent;
32713271
cursor: pointer;
3272-
background-color: #dee2e6;
3272+
background-color: rgba(0,0,0,.15);
32733273
border-color: transparent;
32743274
border-radius: 1rem; }
32753275
.custom-range::-moz-range-thumb {
@@ -3297,7 +3297,7 @@ input[type="button"].btn-block {
32973297
height: 0.5rem;
32983298
color: transparent;
32993299
cursor: pointer;
3300-
background-color: #dee2e6;
3300+
background-color: rgba(0,0,0,.15);
33013301
border-color: transparent;
33023302
border-radius: 1rem; }
33033303
.custom-range::-ms-thumb {
@@ -3331,11 +3331,11 @@ input[type="button"].btn-block {
33313331
border-color: transparent;
33323332
border-width: 0.5rem; }
33333333
.custom-range::-ms-fill-lower {
3334-
background-color: #dee2e6;
3334+
background-color: rgba(0,0,0,.15);
33353335
border-radius: 1rem; }
33363336
.custom-range::-ms-fill-upper {
33373337
margin-right: 15px;
3338-
background-color: #dee2e6;
3338+
background-color: rgba(0,0,0,.15);
33393339
border-radius: 1rem; }
33403340
.custom-range:disabled::-webkit-slider-thumb {
33413341
background-color: #adb5bd; }
@@ -3385,15 +3385,15 @@ input[type="button"].btn-block {
33853385
cursor: default; }
33863386

33873387
.nav-tabs {
3388-
border-bottom: 1px solid #dee2e6; }
3388+
border-bottom: 1px solid rgba(0,0,0,.15); }
33893389
.nav-tabs .nav-item {
33903390
margin-bottom: -1px; }
33913391
.nav-tabs .nav-link {
33923392
border: 1px solid transparent;
33933393
border-top-left-radius: 0.25rem;
33943394
border-top-right-radius: 0.25rem; }
33953395
.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); }
33973397
.nav-tabs .nav-link.disabled {
33983398
color: #6c757d;
33993399
background-color: transparent;
@@ -3402,7 +3402,7 @@ input[type="button"].btn-block {
34023402
.nav-tabs .nav-item.show .nav-link {
34033403
color: #495057;
34043404
background-color: #fff;
3405-
border-color: #dee2e6 #dee2e6 #fff; }
3405+
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) #fff; }
34063406
.nav-tabs .dropdown-menu {
34073407
margin-top: -1px;
34083408
border-top-left-radius: 0;
@@ -4027,13 +4027,13 @@ input[type="button"].btn-block {
40274027
line-height: 1.25;
40284028
color: #007bff;
40294029
background-color: #fff;
4030-
border: 1px solid #dee2e6; }
4030+
border: 1px solid rgba(0,0,0,.15); }
40314031
.page-link:hover {
40324032
z-index: 2;
40334033
color: #0056b3;
40344034
text-decoration: none;
40354035
background-color: #e9ecef;
4036-
border-color: #dee2e6; }
4036+
border-color: rgba(0,0,0,.15); }
40374037
.page-link:focus {
40384038
z-index: 2;
40394039
outline: 0;
@@ -4060,7 +4060,7 @@ input[type="button"].btn-block {
40604060
pointer-events: none;
40614061
cursor: auto;
40624062
background-color: #fff;
4063-
border-color: #dee2e6; }
4063+
border-color: rgba(0,0,0,.15); }
40644064

40654065
.pagination-lg .page-link {
40664066
padding: 0.75rem 1.5rem;
@@ -4822,7 +4822,7 @@ a.close.disabled {
48224822
-ms-flex-pack: justify;
48234823
justify-content: space-between;
48244824
padding: 1rem 1rem;
4825-
border-bottom: 1px solid #dee2e6;
4825+
border-bottom: 1px solid rgba(0,0,0,.15);
48264826
border-top-left-radius: 0.3rem;
48274827
border-top-right-radius: 0.3rem; }
48284828
.modal-header .close {
@@ -4851,7 +4851,7 @@ a.close.disabled {
48514851
-ms-flex-pack: end;
48524852
justify-content: flex-end;
48534853
padding: 1rem;
4854-
border-top: 1px solid #dee2e6;
4854+
border-top: 1px solid rgba(0,0,0,.15);
48554855
border-bottom-right-radius: 0.3rem;
48564856
border-bottom-left-radius: 0.3rem; }
48574857
.modal-footer > :not(:first-child) {
@@ -5430,19 +5430,19 @@ button.bg-dark:focus {
54305430
background-color: transparent !important; }
54315431

54325432
.border {
5433-
border: 1px solid #dee2e6 !important; }
5433+
border: 1px solid rgba(0,0,0,.15) !important; }
54345434

54355435
.border-top {
5436-
border-top: 1px solid #dee2e6 !important; }
5436+
border-top: 1px solid rgba(0,0,0,.15) !important; }
54375437

54385438
.border-right {
5439-
border-right: 1px solid #dee2e6 !important; }
5439+
border-right: 1px solid rgba(0,0,0,.15) !important; }
54405440

54415441
.border-bottom {
5442-
border-bottom: 1px solid #dee2e6 !important; }
5442+
border-bottom: 1px solid rgba(0,0,0,.15) !important; }
54435443

54445444
.border-left {
5445-
border-left: 1px solid #dee2e6 !important; }
5445+
border-left: 1px solid rgba(0,0,0,.15) !important; }
54465446

54475447
.border-0 {
54485448
border: 0 !important; }
@@ -8131,17 +8131,17 @@ a.text-dark:hover, a.text-dark:focus {
81318131
background-color: #fff !important; }
81328132
.table-bordered th,
81338133
.table-bordered td {
8134-
border: 1px solid #dee2e6 !important; }
8134+
border: 1px solid rgba(0,0,0,.15) !important; }
81358135
.table-dark {
81368136
color: inherit; }
81378137
.table-dark th,
81388138
.table-dark td,
81398139
.table-dark thead th,
81408140
.table-dark tbody + tbody {
8141-
border-color: #dee2e6; }
8141+
border-color: rgba(0,0,0,.15); }
81428142
.table .thead-dark th {
81438143
color: inherit;
8144-
border-color: #dee2e6; } }
8144+
border-color: rgba(0,0,0,.15); } }
81458145

81468146
body {
81478147
font-family: "Poppins", Arial, sans-serif;

0 commit comments

Comments
 (0)