Multi file upload and slider fallback to widget demo

This commit is contained in:
Christian Dywan 2012-01-03 20:16:06 +01:00
parent 6d68f52b8e
commit 5261fdcf87

View file

@ -3903,6 +3903,7 @@ midori_view_set_uri (MidoriView* view,
"<p><input type=\"radio\" value=\"demo\"%s> demo", "<p><input type=\"radio\" value=\"demo\"%s> demo",
"<p><select%s><option>foo bar</option><option selected>spam eggs</option>", "<p><select%s><option>foo bar</option><option selected>spam eggs</option>",
"<p><input type=\"file\"%s>", "<p><input type=\"file\"%s>",
"<p><input type=\"file\" multiple%s>",
"<input type=\"button\" value=\"demo\"%s>", "<input type=\"button\" value=\"demo\"%s>",
"<p><input type=\"email\" value=\"user@localhost.com\"%s>", "<p><input type=\"email\" value=\"user@localhost.com\"%s>",
"<input type=\"url\" value=\"http://www.example.com\"%s>", "<input type=\"url\" value=\"http://www.example.com\"%s>",
@ -3920,6 +3921,7 @@ midori_view_set_uri (MidoriView* view,
}; };
guint i; guint i;
GString* demo = g_string_new ("<html><head><style>" GString* demo = g_string_new ("<html><head><style>"
".fallback::-webkit-slider-thumb,"
".fallback, .fallback::-webkit-file-upload-button {" ".fallback, .fallback::-webkit-file-upload-button {"
"-webkit-appearance: none !important }" "-webkit-appearance: none !important }"
".column { display:inline-block; vertical-align:top;" ".column { display:inline-block; vertical-align:top;"