From 5e576bff63df2b13912d225944424a998c2f7293 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 10 Sep 2015 22:22:51 +0200 Subject: fix radius setting --- view/theme/redbasic/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f989c6bf9..0446269c7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1870,7 +1870,7 @@ nav .dropdown-menu { .generic-content-wrapper { border: 1px solid #ccc; box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); - border-radius: 4px; + border-radius: $radiuspx; background-color: #fff; } -- cgit v1.2.3