From 469a015b8b150ef55d385bc9e6fd7cfb28824b88 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 6 Jan 2014 22:43:16 +0200 Subject: [PATCH] DUI Improvements - Default Theme is Flat - Fixes #194 --- public/themes/default/css/default.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/public/themes/default/css/default.css b/public/themes/default/css/default.css index 4c5703c..77cb62c 100644 --- a/public/themes/default/css/default.css +++ b/public/themes/default/css/default.css @@ -18,4 +18,21 @@ body { .error { color:red; -} \ No newline at end of file +} + + +.form-control, +.btn, +.dropdown-menu, +.modal-content, +.badge, +.label, +.input-group-addon, +code { + border-radius: 0px; +} +.badge, +.label { + font-weight: normal; + text-shadow: none; +}