diff --git a/css/input.css b/css/input.css index 7a0280c..b64a73c 100644 --- a/css/input.css +++ b/css/input.css @@ -240,6 +240,15 @@ select option:hover { width: 70%; } +.i3geoFormIconeNumero { + background: transparent url("../imagens/oxygen/16x16/number.png") no-repeat scroll 100% 4px / 14px; + @media (-webkit-min-device-pixel-ratio: 2), + (min-resolution: 192dpi) { + background: transparent url("../imagens/oxygen/16x16/number.png") no-repeat scroll 100% 4px; + background-size: 14px 144px; + } +} + /*hack opera */ @media all and (-webkit-min-device-pixel-ratio:10000) , not all and (-webkit-min-device-pixel-ratio:0) { diff --git a/imagens/oxygen/16x16/number.png b/imagens/oxygen/16x16/number.png new file mode 100644 index 0000000..ee1d1f9 Binary files /dev/null and b/imagens/oxygen/16x16/number.png differ -- libgit2 0.21.2