Commit ed4de6bb49e980cc07367e347cec27c2455ddbcf

Authored by Valessio Brito
Committed by Daniel
1 parent f259934e

Add fix hidden buttons in all .block

(ActionItem2810)
Showing 1 changed file with 1 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
@@ -1739,9 +1739,7 @@ a.button.disabled, input.disabled { @@ -1739,9 +1739,7 @@ a.button.disabled, input.disabled {
1739 outline: none; 1739 outline: none;
1740 } 1740 }
1741 /* FIX Error show option buttons on blocks */ 1741 /* FIX Error show option buttons on blocks */
1742 -#box-organizer .feed-reader-block,  
1743 -#box-organizer .article-block,  
1744 -#box-organizer .recent-documents-block { 1742 +#box-organizer .block {
1745 overflow: visible !important; 1743 overflow: visible !important;
1746 } 1744 }
1747 1745