summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-03-22 01:38:09 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-03-22 01:38:09 +0000
commitbf46c363de53bd0e6037ac81e99d82a8d5e374c7 (patch)
treef096aed532cc57c9475fd1425190af1c12e44223
parent6a02385c1c85f404bbf4e5dfd8443d8fc072e052 (diff)
downloadnetsurf-bf46c363de53bd0e6037ac81e99d82a8d5e374c7.tar.gz
netsurf-bf46c363de53bd0e6037ac81e99d82a8d5e374c7.tar.bz2
[project @ 2004-03-22 01:38:09 by jmb]
Make form elements 3d. svn path=/import/netsurf/; revision=653
-rw-r--r--!NetSurf/Resources/CSS,f7916
1 files changed, 12 insertions, 4 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index afeb3bc4f..1c9af660c 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -46,11 +46,19 @@ hr { background-color: #000; height: 1px; }
center { text-align: center; }
small { font-size: smaller; }
big { font-size: larger; }
-select, input { background-color: #eeb; color: #000; width: 10em; height: 1.5em;
- text-align: left; border: thin inset #bbb; }
-textarea { background-color: #eeb; color: #000; text-align: left; }
-input[type=button], input[type=image], input[type=reset], input[type=submit],
+select, input { /*background-color: #eeb;*/ 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: #eeb;*/ background-color: #ddd;
+ color: #000; text-align: left;
+ border-width: medium; border-color: #aaa #eee #eee #aaa;
+ border-style: inset; }
+input[type=button], input[type=reset], input[type=submit],
button { background-color: #ddd; color: #000; width: auto;
+ height: auto; border-width: medium; border-color: #eee #aaa #aaa #eee;
+ border-style: outset; }
+input[type=image] { background-color: #ddd; color: #000; width: auto;
height: auto; }
input[type=checkbox], input[type=radio] { background-color: transparent;
width: 22px; height: 22px; }