diff options
author | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
commit | 2596f818e085ed724597ecb0028ec2536392203b (patch) | |
tree | 5904fd719b808fa6991faec97b9fcb7825a4287c /firefox/chrome/special/tabs/option_1 | |
parent | efa6ffe227b155506964da6ee5eed45d3e495efc (diff) |
add firefox userChrome with wavefox
Diffstat (limited to 'firefox/chrome/special/tabs/option_1')
-rw-r--r-- | firefox/chrome/special/tabs/option_1/center.svg | 7 | ||||
-rw-r--r-- | firefox/chrome/special/tabs/option_1/left_corners.svg | 7 | ||||
-rw-r--r-- | firefox/chrome/special/tabs/option_1/right_corners.svg | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/firefox/chrome/special/tabs/option_1/center.svg b/firefox/chrome/special/tabs/option_1/center.svg new file mode 100644 index 0000000..c99e6ce --- /dev/null +++ b/firefox/chrome/special/tabs/option_1/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_1/left_corners.svg b/firefox/chrome/special/tabs/option_1/left_corners.svg new file mode 100644 index 0000000..8e4c4c1 --- /dev/null +++ b/firefox/chrome/special/tabs/option_1/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 32,0 V 32 H 16 V 0 Z" />
+
+</svg>
diff --git a/firefox/chrome/special/tabs/option_1/right_corners.svg b/firefox/chrome/special/tabs/option_1/right_corners.svg new file mode 100644 index 0000000..3e0030e --- /dev/null +++ b/firefox/chrome/special/tabs/option_1/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 16,0 V 32 H 0 V 0 Z" />
+
+</svg>
|