Commit ce0e854609010c1d7d3601f3c1d4da6af7d279d6
1 parent
47c66e62
Exists in
master
and in
7 other branches
corrigido endereço da imagem de fundo do estilo dos botões
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
css/i3geo_ferramentas.css
... | ... | @@ -11,7 +11,7 @@ version: 2.2.2 |
11 | 11 | border-width:1px 0; |
12 | 12 | border-style:solid; |
13 | 13 | border-color:#999; |
14 | - background:#ecece3 url('../imagens/visual/default/backgroundbotaoaplicar.png') left center; | |
14 | + background:#ecece3 url('../../imagens/visual/default/backgroundbotaoaplicar.png') left center; | |
15 | 15 | margin:auto .25em; |
16 | 16 | } |
17 | 17 | |
... | ... | @@ -19,7 +19,7 @@ version: 2.2.2 |
19 | 19 | |
20 | 20 | /* Give the transparent background image to IE 6 */ |
21 | 21 | background-image:none; |
22 | - filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../imagens/visual/default/backgroundbotaoaplicar.png', sizingMethod = 'scale'); | |
22 | + filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../imagens/visual/default/backgroundbotaoaplicar.png', sizingMethod = 'scale'); | |
23 | 23 | |
24 | 24 | } |
25 | 25 | ... | ... |