X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7c8779709f6be1cf242dedaaf826cadb3da88e66..e731dd71a77ad4ad1e9db22535e89444bb98e5d9:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d3488fe73..40c5eaa2a 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1230,6 +1230,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: ; + } } .warning {