summaryrefslogtreecommitdiff
path: root/!NetSurf
diff options
context:
space:
mode:
Diffstat (limited to '!NetSurf')
-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;