/usr/share/netsurf/gtkdefault.css is in netsurf-common 2.9-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /*
* This file is part of NetSurf, http://netsurf-browser.org/
*/
/* Load base stylesheet. */
@import "default.css";
/* Apply GTK specific rules. */
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%; }
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%; border: medium inset #ddd; }
|