aboutsummaryrefslogtreecommitdiff
path: root/works/ProxyChanger/popup/popup.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-21 16:28:59 +0800
committercrupest <crupest@outlook.com>2020-10-21 16:28:59 +0800
commitf16c2ceeda27989f40379f2993fa8eac896637d1 (patch)
treefc13eabb5c954415fa6167909d21512072f3e251 /works/ProxyChanger/popup/popup.css
downloadcrupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.gz
crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.tar.bz2
crupest-f16c2ceeda27989f40379f2993fa8eac896637d1.zip
import(ProxyChanger): Init.
Diffstat (limited to 'works/ProxyChanger/popup/popup.css')
-rw-r--r--works/ProxyChanger/popup/popup.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/works/ProxyChanger/popup/popup.css b/works/ProxyChanger/popup/popup.css
new file mode 100644
index 0000000..97601c2
--- /dev/null
+++ b/works/ProxyChanger/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;
+}