X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4e138f6bf3677f220e2d2d76ec1bd9004c272ab4..74694bcdcd7682259cf979d355e077438f0d4741:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 4353e5e65..0ec99266e 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -1211,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: ; + } } .warning {