mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
Update GTK form style.
svn path=/trunk/netsurf/; revision=3816
This commit is contained in:
parent
04c38876b3
commit
87c68e38eb
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user