aboutsummaryrefslogtreecommitdiff
path: root/store/works/ProxyChanger/popup/popup.css
diff options
context:
space:
mode:
Diffstat (limited to 'store/works/ProxyChanger/popup/popup.css')
-rw-r--r--store/works/ProxyChanger/popup/popup.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/store/works/ProxyChanger/popup/popup.css b/store/works/ProxyChanger/popup/popup.css
new file mode 100644
index 0000000..97601c2
--- /dev/null
+++ b/store/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;
+}