From 0f111c1b0c643ee033b166e67dcd1b1d92c3b58a Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 29 Oct 2013 10:53:28 -0400 Subject: [PATCH] Studio: resolves issue where datepicker UI had no background-color --- cms/static/sass/_shame.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cms/static/sass/_shame.scss b/cms/static/sass/_shame.scss index 3d1d21441e..409e9098e5 100644 --- a/cms/static/sass/_shame.scss +++ b/cms/static/sass/_shame.scss @@ -68,6 +68,10 @@ body b { } } +.ui-datepicker { + background: $white !important; +} + /* known things to do (paint the fence, sand the floor, wax on/off): * centralize and move form styling into forms.scss - cms/static/sass/views/_textbooks.scss and cms/static/sass/views/_settings.scss