]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Smaller colour preview boxes
[rails.git] / app / assets / stylesheets / common.scss
index 6df4c14acaa914b028f05104958d12a290e6611e..c2cf8609bea4f964afa410f65b0b954379b3c3d4 100644 (file)
@@ -38,7 +38,7 @@ textarea,
 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
 abbr, acronym {
-  border-bottom: .1em dotted;
+  text-decoration: underline dotted;
   cursor: help;
 }
 
@@ -1211,6 +1211,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 {