From a81de7f5c8989ce7a0eb652b95ddebb3487c014a Mon Sep 17 00:00:00 2001 From: "Kevin H. Kamel" Date: Wed, 31 Jul 2013 17:34:34 -0400 Subject: [PATCH] MM-8499 update the stylesheet to include default styles for the UI blocking pagewide div --- style/kolorpicker.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/kolorpicker.css b/style/kolorpicker.css index e0784f9..e7b048d 100644 --- a/style/kolorpicker.css +++ b/style/kolorpicker.css @@ -14,3 +14,5 @@ div.x-close-box { float: right !important; width: 15px; height: 12px; font-size: div#kolorPicker table td.tile {line-height:20px;} + +.kolorPickerUI { margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.0; position: fixed; }