add border color

This commit is contained in:
Focuslinkstech 2024-08-25 17:37:02 +01:00 committed by GitHub
parent 9e917536c0
commit 2f85240689
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -171,7 +171,7 @@
-webkit-border-radius: 1px !important; -webkit-border-radius: 1px !important;
-moz-border-radius: 1px !important; -moz-border-radius: 1px !important;
-ms-border-radius: 1px !important; -ms-border-radius: 1px !important;
border-radius: 15px !important; border-radius: 25px !important;
border-color: rgba(221, 224, 255, .54); border-color: rgba(221, 224, 255, .54);
} }
@ -180,13 +180,11 @@
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.box.box-solid.box-info>.box-header { .box.box-solid.box-info>.box-header {
color: inherit; color: inherit;
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.box.box-solid.box-danger>.box-header { .box.box-solid.box-danger>.box-header {
color: inherit; color: inherit;
background-color: transparent; background-color: transparent;
@ -208,8 +206,8 @@
.box-footer { .box-footer {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 15px; border-bottom-right-radius: 25px;
border-bottom-left-radius: 15px; border-bottom-left-radius: 25px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
padding: 10px; padding: 10px;
background-color: inherit; background-color: inherit;
@ -225,7 +223,7 @@
.box { .box {
position: relative; position: relative;
border-radius: 15px; border-radius: 25px;
background: inherit; background: inherit;
border-top: 3px solid #d2d6de; border-top: 3px solid #d2d6de;
margin-bottom: 20px; margin-bottom: 20px;
@ -305,8 +303,6 @@
overflow-y: auto; overflow-y: auto;
} }
/* Search Bar End Here */ /* Search Bar End Here */
/* New Customize Interface End Here */ /* New Customize Interface End Here */