summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-10 22:55:07 +0000
committercorvid <corvid@lavabit.com>2012-12-10 22:55:07 +0000
commit1471c240d49b60ef081f50230f2eee8852793716 (patch)
treec73fc6cef3e69ef4d9396608c253d539f4afb53c /src
parent0c71f4f7962733a59d7113979c5a7afe6dc1d176 (diff)
background style for <button> widget
To fix box colors...
Diffstat (limited to 'src')
-rw-r--r--src/form.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/form.cc b/src/form.cc
index cf608cfc..6f272b8f 100644
--- a/src/form.cc
+++ b/src/form.cc
@@ -884,7 +884,7 @@ void Html_tag_open_button(DilloHtml *html, const char *tag, int tagsize)
// a_Dw_button_set_sensitive (DW_BUTTON (button), FALSE);
HT2TB(html)->addParbreak (5, html->styleEngine->wordStyle ());
- HT2TB(html)->addWidget (embed, html->styleEngine->style ());
+ HT2TB(html)->addWidget (embed, html->styleEngine->backgroundStyle ());
HT2TB(html)->addParbreak (5, html->styleEngine->wordStyle ());
S_TOP(html)->textblock = html->dw = page;