Update admin.css
This commit is contained in:
parent
c94c674d48
commit
83288041b3
@ -8,6 +8,7 @@ body {
|
|||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.left-sidebar {
|
.left-sidebar {
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
}
|
}
|
||||||
@ -265,6 +266,8 @@ a:hover {
|
|||||||
|
|
||||||
.card-header .text-primary {
|
.card-header .text-primary {
|
||||||
color: #212529 !important;
|
color: #212529 !important;
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shadow {
|
.shadow {
|
||||||
@ -423,6 +426,14 @@ input, textarea, select {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#admin-content .card-body a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#admin-content .card-body a:hover {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
|
|
||||||
.admin-widgetset p {
|
.admin-widgetset p {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user