mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
[project @ 2004-10-17 21:01:35 by bursa]
More border-styles now implemented. svn path=/import/netsurf/; revision=1311
This commit is contained in:
parent
45dc518866
commit
f0643f4a35
@ -136,14 +136,14 @@ input { background-color: #fff; color: #000; width: 10em;
|
||||
padding: 0 2px; }
|
||||
input[type=button], input[type=reset], input[type=submit], button {
|
||||
background-color: #ddd; color: #000; width: auto;
|
||||
border-width: medium; border-color: #eee #aaa #aaa #eee;
|
||||
border-width: medium; border-color: #ccc;
|
||||
border-style: outset; height: auto; text-align: center;}
|
||||
input[type=image] { background-color: #ddd; 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; }
|
||||
input[type=file] { background-color: #ddd; color: #000;
|
||||
border-width: medium; border-color: #aaa #eee #eee #aaa;
|
||||
border-width: medium; border-color: #ccc;
|
||||
border-style: inset; width: 10em; height: 1.5em;
|
||||
font-style: italic; }
|
||||
input[align=left] { float: left; }
|
||||
@ -151,7 +151,7 @@ input[align=right] { float: right; }
|
||||
|
||||
select { background-color: #ddd; color: #000; width: 10em;
|
||||
height: 1.5em; text-align: left; border-width: medium;
|
||||
border-color: #aaa #eee #eee #aaa; border-style: inset;
|
||||
border-color: #ccc; border-style: inset;
|
||||
overflow: hidden; padding: 0 2px; }
|
||||
|
||||
textarea { background-color: #fff; color: #000; text-align: left;
|
||||
|
Loading…
Reference in New Issue
Block a user