diff options
author | corvid <corvid@lavabit.com> | 2009-03-06 09:31:29 +0100 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-03-06 09:31:29 +0100 |
commit | 9514cc5f1a0bc7e8ba63791edd62d2d9e69821f8 (patch) | |
tree | a0b5673a28fcf19597c889240c62c530bd5d6adf /src/prefs.h | |
parent | aa70b2f628549b2426693572baf96fc71341c404 (diff) |
remove standard_widget_colors dillorc option
Form widgets by default use the background color of their
parent.
To get more conservative widget colors, you can add a line
button, select, input {background-color: #e0e0e0}
to ~/.dillo/style.css.
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/prefs.h b/src/prefs.h index a50b5585..1c15c147 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -36,7 +36,6 @@ struct _DilloPrefs { bool_t allow_white_bg; bool_t force_my_colors; bool_t contrast_visited_color; - bool_t standard_widget_colors; bool_t show_tooltip; int panel_size; bool_t small_icons; |