summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-10-17 21:01:35 +0000
committerJames Bursa <james@netsurf-browser.org>2004-10-17 21:01:35 +0000
commitf0643f4a358c921a3ed92187008cc02208bb8361 (patch)
tree773e50ef05065ecf522f484985c6e0a98e8d62cd /!NetSurf/Resources
parent45dc5188662c64ad0e3c2315a0843a5f83be06d0 (diff)
downloadnetsurf-f0643f4a358c921a3ed92187008cc02208bb8361.tar.gz
netsurf-f0643f4a358c921a3ed92187008cc02208bb8361.tar.bz2
[project @ 2004-10-17 21:01:35 by bursa]
More border-styles now implemented. svn path=/import/netsurf/; revision=1311
Diffstat (limited to '!NetSurf/Resources')
-rw-r--r--!NetSurf/Resources/CSS,f796
1 files changed, 3 insertions, 3 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 3944d5eec..3323fa448 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -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;