more fix
This commit is contained in:
parent
71f0fc47a6
commit
1e8cf726c3
@ -178,6 +178,22 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
||||||
|
.box.box-solid.box-info>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
.box.box-solid.box-danger>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box.box-solid.box-warning>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.box-footer {
|
.box-footer {
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
|
@ -214,6 +214,36 @@
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
.box.box-solid.box-primary>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
.box.box-solid.box-info>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
.box.box-solid.box-danger>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box.box-solid.box-warning>.box-header {
|
||||||
|
color: inherit;
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.box {
|
||||||
|
position: relative;
|
||||||
|
border-radius: 25px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
width: 100%;
|
||||||
|
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
||||||
|
box-shadow: 0px 4px 30px rgba(221, 224, 255, .54);
|
||||||
|
}
|
||||||
|
|
||||||
/* New Customize Interface End Here */
|
/* New Customize Interface End Here */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user