]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Custom bootstrap with all components disabled
[rails.git] / app / assets / stylesheets / common.scss
index d3488fe73766cc15e3f04bbdc8fa9d604223d3dd..2df150550e7c16dd5d35ae7891d62c580fdea3cf 100644 (file)
@@ -1,4 +1,5 @@
 @import "parameters";
+@import "bootstrap-custom";
 
 /* Styles common to large and small screens */
 
@@ -1230,6 +1231,15 @@ tr.turn:hover {
       border-left: 1px solid #ddd;
       background-color: #fff;
     }
+
+    .colour-preview-box {
+      float: right;
+      width: 12px;
+      height: 12px;
+      margin: 4px 0px;
+      border: 1px solid rgba(0, 0, 0, .1);
+      // add color via inline css on element: background-color: <tag value>;
+    }
   }
 
   .warning {