From d7d09fc08a85fb8af4ef3bd3788961a01a26c515 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 21 Oct 2020 16:28:59 +0800 Subject: Init. --- popup/popup.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 popup/popup.css (limited to 'popup/popup.css') diff --git a/popup/popup.css b/popup/popup.css new file mode 100644 index 0000000..97601c2 --- /dev/null +++ b/popup/popup.css @@ -0,0 +1,28 @@ +html, +body { + width: 200px; +} + +body { + margin: 0; +} + +.button { + margin: 0; + padding: 4px 20px; + text-align: center; + font-size: 1.5em; + cursor: pointer; +} + +.button:hover { + background: #97c4ff; +} + +.selected { + background: #4294ff; +} + +.selected:hover { + background: #4294ff; +} -- cgit v1.2.3