From b4e68779e1ef171391f2bdbc6dba2d8ac8389c54 Mon Sep 17 00:00:00 2001 From: Tijl <85572877+xTTLegend@users.noreply.github.com> Date: Sun, 25 Dec 2022 14:27:06 +0100 Subject: [PATCH] removed unused css --- popup.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/popup.css b/popup.css index 3c40314..0439837 100644 --- a/popup.css +++ b/popup.css @@ -1,22 +1,8 @@ .container { width: 420px; - color: #314d3e; } - .title { font-size: 16px; font-weight: bold; - padding: 10px; -} - -.textbox { - width: 100%; - font-size: 10px; - margin: 0; - padding: 0px 2px; -} - -.textbox:focus { - outline: 0; - border-color: #66afe9; + padding: 12px; } \ No newline at end of file