summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2004-03-25 22:29:33 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2004-03-25 22:29:33 +0000
commit9bf9d6408984ad6d5e5c28db4221be14203f6505 (patch)
tree9dbfd57f4d86671bf09fe490258e72b49eacfb85 /!NetSurf
parent6e62759bd6f4ac7e4e9087d914bd396ae56e3855 (diff)
downloadnetsurf-9bf9d6408984ad6d5e5c28db4221be14203f6505.tar.gz
netsurf-9bf9d6408984ad6d5e5c28db4221be14203f6505.tar.bz2
[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
Diffstat (limited to '!NetSurf')
-rw-r--r--!NetSurf/Resources/CSS,f7910
1 files changed, 6 insertions, 4 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 204dcc228..76dcec9cf 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -46,12 +46,14 @@ hr { background-color: #000; height: 1px; }
center { text-align: center; }
small { font-size: smaller; }
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;
border-color: #aaa #eee #eee #aaa; border-style: inset; }
-textarea { background-color: #ddd; color: #000; text-align: left;
- border-width: medium; border-color: #aaa #eee #eee #aaa;
- border-style: inset; }
+textarea { background-color: #fff; color: #000; text-align: left;
+ border-width: 1px; border-color: #000; border-style: solid; }
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;