sync
[roojs1] / css-bootstrap / roojs-bootstrap-debug.css
index a733b52..500e3f4 100644 (file)
@@ -2243,11 +2243,13 @@ a.roo-brick-link:hover {
   background-color: #000000;
   opacity: 0.2;
 }
-.mask-inverse .masonry-brick-paragraph {
-  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0));
-}
-.mask-inverse:hover .masonry-brick-paragraph {
-  background: none;
+@media (min-width: 768px) {
+  .mask-inverse .masonry-brick-paragraph {
+    background: rgba(0, 0, 0, 0.5);
+  }
+  .mask-inverse:hover .masonry-brick-paragraph {
+    background: none;
+  }
 }
 /* 
     Document   : modal
@@ -2628,24 +2630,15 @@ a.roo-brick-link:hover {
   padding: 10px;
 }
 .x-form-field-wrap .form-group {
+  /* what is this doing here?? */
   margin-bottom: 0px;
 }
 .roo-password-meter-grey {
   background: #777777;
-  /* For browsers that do not support gradients */
   margin-bottom: 30px;
   height: 10px;
 }
 .roo-password-meter {
-  background: red;
-  /* For browsers that do not support gradients */
-  background: -webkit-linear-gradient(-90deg, #008000, #ff0000);
-  /* For Safari 5.1 to 6.0 */
-  background: -o-linear-gradient(-90deg, #008000, #ff0000);
-  /* For Opera 11.1 to 12.0 */
-  background: -moz-linear-gradient(-90deg, #008000, #ff0000);
-  /* For Firefox 3.6 to 15 */
-  background: linear-gradient(-90deg, #008000, #ff0000);
   font-size: 12px;
 }
 .roo-password-meter-container {
@@ -2660,7 +2653,7 @@ a.roo-brick-link:hover {
   height: 10px;
 }
 .roo-password-meter-medium {
-  background: #f0ad4e;
+  background: #5bc0de;
   height: 10px;
 }
 .roo-password-meter-strong {
@@ -3479,6 +3472,9 @@ html.bootstrap-sticky body {
 .table-hover > tbody > tr.info:hover {
   background-color: #c4e3f3;
 }
+.table tfoot .navbar {
+  min-height: inherit;
+}
 .header .top-bar {
   min-height: 30px;
   background: #777777;