diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-12 15:55:21 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-12 16:11:46 +0800 |
commit | 1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f (patch) | |
tree | b92b591084f21d43812a1e8aff36ab2a7d12f0a5 /works/ProxyChanger/popup/popup.css | |
parent | 77e6cdc863d2cbd9df578a665804daf28d8593fe (diff) | |
parent | d3fb8fae17f451c2c018c6c97eccc17c844c9f46 (diff) | |
download | crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.tar.gz crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.tar.bz2 crupest-1e1ca99bde2d398ac5527cc74e6a3f8a2a70345f.zip |
import(ProxyChanger): IMPORT crupest/ProxyChanger COMPLETE.
Diffstat (limited to 'works/ProxyChanger/popup/popup.css')
-rw-r--r-- | works/ProxyChanger/popup/popup.css | 28 |
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;
+}
|