Commit 5d86b98b authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Remove select transparency

parent 3bcbda11
......@@ -348,11 +348,11 @@ select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: none;
background-color: #FFFFFF;
padding-right: 24pt;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill-opacity='0.5' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill-opacity='0.5' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
background-position: right 6pt top 50%;
background-repeat: no-repeat;
background-size: 12pt 12pt;
}
select:-moz-focusring {
......
......@@ -452,12 +452,12 @@ select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: none;
background-color: @colortextboxbackground;
padding-right: @quadruple-margin-size;
background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill-opacity='0.5' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline fill-opacity='0.5' points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
background-position: right @margin-size top 50%;
background-repeat: no-repeat;
background-size: @double-margin-size @double-margin-size;
&:-moz-focusring {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment