try and get ctrl-enter to add a clear all
[roojs1] / less / roojs-bootstrap / masonary-squares.less
index 62b6ba3..5d1982d 100644 (file)
@@ -105,8 +105,16 @@ a.roo-brick-link:hover {
     position:absolute;
     top: 0;
     left: 0;
-    background-color:#000;
+    background-color:@gray-base;
     opacity:0.2;
 }
 
+@media (min-width: 768px) {
+    .mask-inverse .masonry-brick-paragraph {
+        background: @black-opacity-50;
+    }
 
+    .mask-inverse:hover .masonry-brick-paragraph {
+        background: none;
+    }
+}
\ No newline at end of file