1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 19:57:57 +02:00

Admin Default Theme Updates

This commit is contained in:
Awilum
2014-02-12 00:55:54 +02:00
parent 1a5d05bfaa
commit 308483f167

View File

@@ -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,