Update GTK form style.

svn path=/trunk/netsurf/; revision=3816
This commit is contained in:
Michael Drake 2008-02-02 00:36:50 +00:00
parent 04c38876b3
commit 87c68e38eb

View File

@ -8,7 +8,7 @@
/* Apply GTK specific rules. */
input { font-size: 95%; }
input { font-size: 95%; border: medium inset #ddd; }
input[type=button], input[type=reset], input[type=submit], button {
background-color: #ddd; border: medium outset #ddd; }
input[type=checkbox], input[type=radio] { font-size: 105%; }
@ -17,5 +17,5 @@ input[type=file] { background-color: #ddd; border: medium inset #ddd; }
select { background-color: #ddd; border: medium inset #ddd; font-size: 95%; }
select:after { border-left:4px ridge #ddd; }
textarea { font-size: 95%; }
textarea { font-size: 95%; border: medium inset #ddd; }