]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Disabled OutputSafety rubocop rule just for the line, not whole browse_helper.rb
[rails.git] / app / assets / stylesheets / common.scss
index 4f2571917ec61c1b6a36d694c7883be65ceac452..0ec99266e1a6a6b728ad9b3f1b3c8b277a3f25d4 100644 (file)
@@ -38,6 +38,7 @@ textarea,
 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
 abbr, acronym {
+  text-decoration: underline dotted;
   cursor: help;
 }
 
@@ -1210,6 +1211,15 @@ tr.turn:hover {
       border-left: 1px solid #ddd;
       background-color: #fff;
     }
+
+    .colour-preview-box {
+      float: right;
+      width: 20px;
+      height: 20px;
+      margin: 0px;
+      border: 1px solid rgba(0, 0, 0, .1); 
+      // add color via inline css on element: background-color: <tag value>;
+    }
   }
 
   .warning {