diff --git a/caravel/assets/stylesheets/caravel.css b/caravel/assets/stylesheets/caravel.css index c908ef5a1..ae0cfa344 100644 --- a/caravel/assets/stylesheets/caravel.css +++ b/caravel/assets/stylesheets/caravel.css @@ -157,14 +157,13 @@ img.loading { border-color: #AAA; opacity: 0.3; } -ul.gridster li.widget{ +.gridster li.widget{ list-style-type: none; border-radius: 0; margin: 5px; border: 1px solid #ccc; box-shadow: 2px 1px 5px -2px #aaa; background-color: #fff; - overflow: visible; } .dashboard .gridster .dragging, .dashboard .gridster .resizing { diff --git a/caravel/data/__init__.py b/caravel/data/__init__.py index 1c6c0d42c..03969f300 100644 --- a/caravel/data/__init__.py +++ b/caravel/data/__init__.py @@ -359,7 +359,6 @@ def load_css_templates(): transition: background-color 0.5s ease; background-color: #FAFAFA; border: 1px solid #CCC; - overflow: hidden; box-shadow: none; border-radius: 0px; } @@ -400,7 +399,6 @@ def load_css_templates(): transition: background-color 0.5s ease; background-color: #EEE; border: 2px solid #444; - overflow: hidden; border-radius: 15px; box-shadow: none; }