summaryrefslogtreecommitdiff
path: root/data/extensions/torproxy@icecat.gnu/settings.css
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
committerRuben Rodriguez <ruben@trisquel.info>2022-09-08 20:18:54 -0400
commit5da28b0f8771834ae208d61431d632875e9f8e7d (patch)
tree688ecaff26197bad8abde617b4947b11d617309e /data/extensions/torproxy@icecat.gnu/settings.css
parent4a87716686104266a9cccc2d83cc249e312f3673 (diff)
Updated extensions:
* Upgraded Privacy Redirect to 1.1.49 and configured to use the 10 most reliable invidious instances * Removed ViewTube * Added torproxy@icecat.gnu based on 'Proxy toggle' extension * Added jShelter 0.11.1 * Upgraded LibreJS to 7.21.0 * Upgraded HTTPS Everywhere to 2021.7.13 * Upgraded SubmitMe to 1.9
Diffstat (limited to 'data/extensions/torproxy@icecat.gnu/settings.css')
-rw-r--r--data/extensions/torproxy@icecat.gnu/settings.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/extensions/torproxy@icecat.gnu/settings.css b/data/extensions/torproxy@icecat.gnu/settings.css
new file mode 100644
index 0000000..0fe75e2
--- /dev/null
+++ b/data/extensions/torproxy@icecat.gnu/settings.css
@@ -0,0 +1,30 @@
+#dnsrow{
+ display: none;
+}
+.configtable {
+ border-collapse:collapse;
+ margin: 6px;
+ font-size: 11pt;
+ min-width: 400px;
+ border: 2px solid black;
+ box-shadow: 3px 3px 2px #000
+}
+.configtable th,.configtable td {
+ border: 1px solid black;
+ padding: 10px;
+}
+.configtable th {
+ color: #000;
+ font-size: 18px;
+ text-align: left;
+}
+.configtable td {
+ width: 50%;
+}
+.configtable tr {
+ background-color: lavender;
+ transition: background-color 0.5s ease;
+}
+.configtable tr:hover {
+ background-color: #fff;
+}