From d32119d57d5fccc59433f8e14de85f83118fcab7 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 30 Jun 2016 12:43:44 +0000 Subject: [PATCH] Additional form styling. WIP #482 @0.5 --- less/315-quote.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/less/315-quote.less b/less/315-quote.less index 976e100..720ddd1 100644 --- a/less/315-quote.less +++ b/less/315-quote.less @@ -36,6 +36,16 @@ -moz-appearance: none; appearance: none; border-radius: 0; + color: @color-text; + font-size: 14px; + font-family: @body-font; + } + + select { + background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAICAYAAADuv08kAAAAnElEQVQoz2M4f/Hy8UNHjv8nhC9cunL4379/zAzUAt++f1c7cuzkN3yWAuW/ANUpM1AbPHn6rACfxU+fPc9hoAUABiHTxctXDmCz9NLlq3v+///PyEAr8P37D6Wjx09+RrYUyP/048cPeQZag2fPX2QgW/z8xctkBnoAUJBeunJtF8jSy1evb6NpEKMDYNDKnTpz7v7Pnz+laGkPAKftxKb2aSY8AAAAAElFTkSuQmCC'); + background-position: center right; + background-repeat: no-repeat; + padding-right: 40px; } textarea { @@ -70,6 +80,17 @@ border-right-color: #f3f3f3; margin-top: -16px; } + + ul { + list-style-type: none; + } + li { + margin-left: 15px; + padding-left: 10px; + background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAK0lEQVQIW2M0sXH5z8DAwHDmyB5GEA0CYAa6BFwWWQIuiKwDt0oMM7HZDgBNvBm7jVtGtgAAAABJRU5ErkJggg=='); + background-position: 0 9px; + background-repeat: no-repeat; + } } #submit-element { -- 2.39.5