summaryrefslogtreecommitdiffstats
path: root/addon_firefox/bcma/style.css
diff options
context:
space:
mode:
authorunethical <une@thi.cal>2019-05-05 11:10:27 +0000
committerunethical <une@thi.cal>2019-05-05 11:10:27 +0000
commit4976272fcc8b15a81cc65b2e2f341be6d57b7a88 (patch)
tree7d8162d2821579457e761466faa3ac33abed00e6 /addon_firefox/bcma/style.css
parent4f2c1f8070aa6e20c04d8fcc18b3b4fab193d29a (diff)
downloadcloudflare-tor-4976272fcc8b15a81cc65b2e2f341be6d57b7a88.tar
cloudflare-tor-4976272fcc8b15a81cc65b2e2f341be6d57b7a88.tar.gz
cloudflare-tor-4976272fcc8b15a81cc65b2e2f341be6d57b7a88.tar.lz
cloudflare-tor-4976272fcc8b15a81cc65b2e2f341be6d57b7a88.tar.xz
cloudflare-tor-4976272fcc8b15a81cc65b2e2f341be6d57b7a88.zip
Upload files to 'addon_firefox/bcma'
Diffstat (limited to 'addon_firefox/bcma/style.css')
-rw-r--r--addon_firefox/bcma/style.css52
1 files changed, 52 insertions, 0 deletions
diff --git a/addon_firefox/bcma/style.css b/addon_firefox/bcma/style.css
new file mode 100644
index 00000000..31782bd2
--- /dev/null
+++ b/addon_firefox/bcma/style.css
@@ -0,0 +1,52 @@
+*::-moz-focus-inner {
+ border: 0
+}
+
+*:focus {
+ outline: none;
+ outline-style: none
+}
+
+button {
+ background-color: transparent;
+ background-repeat: no-repeat;
+ border: 0;
+ overflow: hidden;
+ outline: none;
+ outline-style: none
+}
+
+body {
+ font: 13px Verdana;
+ overflow-x: hidden;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ cursor: default
+}
+
+button {
+ display: inline-block;
+ height: 27px
+}
+
+div {
+ -webkit-user-select: none;
+ -moz-user-select: none
+}
+
+hr {
+ color: #dcdcdc;
+ height: 0;
+ background: #dcdcdc
+}
+
+label {
+ -webkit-user-select: none;
+ -moz-user-select: none
+}
+
+textarea {
+ white-space: pre;
+ overflow-wrap: normal;
+ overflow-x: scroll
+}