diff --git a/public/css/style-night.css b/public/css/style-night.css index 529be0e5..d82d3d12 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -149,3 +149,10 @@ a:hover { background: #29363d; color: #fff; } + +textarea.torrent-desc { + background: none; +} +.md-editor>textarea:focus { + background: none; +} \ No newline at end of file