summaryrefslogtreecommitdiff
path: root/firefox/chrome/special/tabs/option_9
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2024-05-04 01:09:55 +0100
committerdavidovski <david@davidovski.xyz>2024-05-04 01:09:55 +0100
commit2596f818e085ed724597ecb0028ec2536392203b (patch)
tree5904fd719b808fa6991faec97b9fcb7825a4287c /firefox/chrome/special/tabs/option_9
parentefa6ffe227b155506964da6ee5eed45d3e495efc (diff)
add firefox userChrome with wavefox
Diffstat (limited to 'firefox/chrome/special/tabs/option_9')
-rw-r--r--firefox/chrome/special/tabs/option_9/center.svg7
-rw-r--r--firefox/chrome/special/tabs/option_9/left_corners.svg7
-rw-r--r--firefox/chrome/special/tabs/option_9/right_corners.svg7
3 files changed, 21 insertions, 0 deletions
diff --git a/firefox/chrome/special/tabs/option_9/center.svg b/firefox/chrome/special/tabs/option_9/center.svg
new file mode 100644
index 0000000..c99e6ce
--- /dev/null
+++ b/firefox/chrome/special/tabs/option_9/center.svg
@@ -0,0 +1,7 @@
+<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 0,32 C 0,32 0,0 0,0 c 0,0 32,0 32,0 0,0 0,32 0,32 0,0 -32,0 -32,0 z" />
+
+</svg> \ No newline at end of file
diff --git a/firefox/chrome/special/tabs/option_9/left_corners.svg b/firefox/chrome/special/tabs/option_9/left_corners.svg
new file mode 100644
index 0000000..1d30a81
--- /dev/null
+++ b/firefox/chrome/special/tabs/option_9/left_corners.svg
@@ -0,0 +1,7 @@
+<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 0,32 H 8 L 24,0 h 8 v 32 z" />
+
+</svg>
diff --git a/firefox/chrome/special/tabs/option_9/right_corners.svg b/firefox/chrome/special/tabs/option_9/right_corners.svg
new file mode 100644
index 0000000..9270427
--- /dev/null
+++ b/firefox/chrome/special/tabs/option_9/right_corners.svg
@@ -0,0 +1,7 @@
+<!-- Created by QNetITQ for the WaveFox project -->
+
+<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" preserveAspectRatio="none">
+
+ <path fill="context-fill" d="M 32,32 H 24 L 8,0 H 0 v 32 z" />
+
+</svg>