mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-14 13:34:31 +03:00
[project @ 2004-11-23 18:32:28 by rjw]
Fix for form images having an incorrect background colour (thanks should go to tlsa) svn path=/import/netsurf/; revision=1372
This commit is contained in:
parent
91b23308e1
commit
435fbce542
@ -138,7 +138,7 @@ input[type=button], input[type=reset], input[type=submit], button {
|
||||
background-color: #d9d9d9; color: #000; width: auto;
|
||||
border-width: medium; border-color: #d9d9d9;
|
||||
border-style: outset; height: auto; text-align: center;}
|
||||
input[type=image] { background-color: #ddd; color: #000; width: auto;
|
||||
input[type=image] { background-color: transparent; color: #000; width: auto;
|
||||
height: auto; }
|
||||
input[type=checkbox], input[type=radio] { background-color: transparent;
|
||||
padding: 0 0.1em; border: 0; width: 1em; height: 1em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user