From 308483f167ba430f4aae6c53940aa01deef15268 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 12 Feb 2014 00:55:54 +0200 Subject: [PATCH] Admin Default Theme Updates --- admin/themes/default/css/default.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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,