diff --git a/admin/themes/default/css/default.css b/admin/themes/default/css/default.css index 3c8461b..26d38b2 100644 --- a/admin/themes/default/css/default.css +++ b/admin/themes/default/css/default.css @@ -209,17 +209,24 @@ a.navbar-brand { .alert, .tooltip, .tooltip-inner, +pre, code { border-radius: 0px; } .badge, .tooltip, .tooltip-inner, -.label { +.label, +pre, +code { font-weight: normal; text-shadow: none; } +pre { + border: none; +} + /* Inputs */ select, textarea,