[project @ 2004-03-25 22:29:33 by tlsa]
Give text input and text area form items a RISC OS style svn path=/import/netsurf/; revision=668
This commit is contained in:
parent
6e62759bd6
commit
9bf9d64089
|
@ -46,12 +46,14 @@ hr { background-color: #000; height: 1px; }
|
||||||
center { text-align: center; }
|
center { text-align: center; }
|
||||||
small { font-size: smaller; }
|
small { font-size: smaller; }
|
||||||
big { font-size: larger; }
|
big { font-size: larger; }
|
||||||
select, input { background-color: #ddd; color: #000; width: 10em;
|
input { background-color: #fff; color: #000; width: 10em;
|
||||||
|
height: 1.5em; text-align: left; border-width: 1px;
|
||||||
|
border-color: #000; border-style: solid; }
|
||||||
|
select { background-color: #ddd; color: #000; width: 10em;
|
||||||
height: 1.5em; text-align: left; border-width: medium;
|
height: 1.5em; text-align: left; border-width: medium;
|
||||||
border-color: #aaa #eee #eee #aaa; border-style: inset; }
|
border-color: #aaa #eee #eee #aaa; border-style: inset; }
|
||||||
textarea { background-color: #ddd; color: #000; text-align: left;
|
textarea { background-color: #fff; color: #000; text-align: left;
|
||||||
border-width: medium; border-color: #aaa #eee #eee #aaa;
|
border-width: 1px; border-color: #000; border-style: solid; }
|
||||||
border-style: inset; }
|
|
||||||
input[type=button], input[type=reset], input[type=submit], button {
|
input[type=button], input[type=reset], input[type=submit], button {
|
||||||
background-color: #ddd; color: #000; width: auto;
|
background-color: #ddd; color: #000; width: auto;
|
||||||
border-width: medium; border-color: #eee #aaa #aaa #eee;
|
border-width: medium; border-color: #eee #aaa #aaa #eee;
|
||||||
|
|
Loading…
Reference in New Issue