diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index bae9796..d33bccd 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1672,13 +1672,15 @@ a.button.disabled, input.disabled { * Block options editor floating window * ****************************************/ +/* FIXME This changes broke colorboxes all over the place. + * Therefore I'm canceling them until they are properly treateda. */ #cboxLoadedContent { background: #FFF; - box-shadow: 0 0 15px #888 inset; - border-radius: 5px; - border: 1px solid #777; - border-left: none; - border-right: none; +/* box-shadow: 0 0 15px #888 inset; + border-radius: 5px; + border: 1px solid #777; + border-left: none; + border-right: none; */ } .block-config-options { -- libgit2 0.21.2