Commit 590e13deed993735dced330d2fcde3a8d27715ff

Authored by Rodrigo Souto
1 parent 102605b5

Temporarily commenting colorbox border and shadow

These borders and shadow are breaking other colorboxes so I'm commenting
them for now until the other cases are properly treated.
Showing 1 changed file with 7 additions and 5 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -1672,13 +1672,15 @@ a.button.disabled, input.disabled {
1672 1672 * Block options editor floating window *
1673 1673 ****************************************/
1674 1674  
  1675 +/* FIXME This changes broke colorboxes all over the place.
  1676 + * Therefore I'm canceling them until they are properly treateda. */
1675 1677 #cboxLoadedContent {
1676 1678 background: #FFF;
1677   - box-shadow: 0 0 15px #888 inset;
1678   - border-radius: 5px;
1679   - border: 1px solid #777;
1680   - border-left: none;
1681   - border-right: none;
  1679 +/* box-shadow: 0 0 15px #888 inset;
  1680 + border-radius: 5px;
  1681 + border: 1px solid #777;
  1682 + border-left: none;
  1683 + border-right: none; */
1682 1684 }
1683 1685  
1684 1686 .block-config-options {
... ...