From 1516bc80802f45af25d862b1f34ce2c8f45b242d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Feb 15 2018 00:31:52 +0000 Subject: couple more style tweaks add a subtle box shadow on widgets, and bold the widget title --- diff --git a/js/app/components/WidgetChrome.css b/js/app/components/WidgetChrome.css index 16c3f48..0ee1bdb 100644 --- a/js/app/components/WidgetChrome.css +++ b/js/app/components/WidgetChrome.css @@ -5,6 +5,12 @@ .WidgetChrome { width: 100%; + box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1); +} + +.WidgetChrome .card-header{ + font-weight:bold; + color:#666; } .widget-edit .drag-handle {