mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Admin Default Theme Updates
This commit is contained in:
@@ -209,17 +209,24 @@ a.navbar-brand {
|
|||||||
.alert,
|
.alert,
|
||||||
.tooltip,
|
.tooltip,
|
||||||
.tooltip-inner,
|
.tooltip-inner,
|
||||||
|
pre,
|
||||||
code {
|
code {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
.badge,
|
.badge,
|
||||||
.tooltip,
|
.tooltip,
|
||||||
.tooltip-inner,
|
.tooltip-inner,
|
||||||
.label {
|
.label,
|
||||||
|
pre,
|
||||||
|
code {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* Inputs */
|
/* Inputs */
|
||||||
select,
|
select,
|
||||||
textarea,
|
textarea,
|
||||||
|
Reference in New Issue
Block a user