Make selections stand out from buttons

svn path=/trunk/netsurf/; revision=7024
This commit is contained in:
Chris Young 2009-04-01 17:56:11 +00:00
parent 7434200dba
commit d6f5ae2ef0
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
input { border: medium inset #ddd; }
textarea { border: medium inset #ddd; }
select { background-color: #ddd; border: medium outset #ddd; }
select { background-color: #ddd; border: medium groove #ddd; }