diff --git a/WebKit/css/default.css b/WebKit/css/default.css index 803d376..8f2050b 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -471,7 +471,7 @@ p.noresult { #new_post_container td { position: relative; height: 90%; } #new_post_container .text td { background: white; } #new_post_container textarea { resize: none; box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; background: transparent; outline: none; } -#new_post_container div { box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; background: white; color: white; padding: 2px; } +#new_post_container div { box-sizing: border-box; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; background: white; color: transparent; padding: 2px; } #new_post_container div span { background: #D8DFEA; } #suggestions { width: 100%; position: absolute; left: 0; bottom: 0; background: #efefef; list-style-type: none; padding: 0; margin: 0; border-top: 1px solid #ccc; }