forked from crambaud/waterfall
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuserChrome.css
50 lines (37 loc) · 2.19 KB
/
userChrome.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*==============================================================================================*
+-----+-----+-----+-----+-----+-----+-----+
| █▀▀ | ▄▀█ | █▀▀ | █▀▀ | ▄▀█ | █▀▄ | █▀▀ |
| █▄▄ | █▀█ | ▄▄█ | █▄▄ | █▀█ | █▄▀ | ██▄ |
+-----+-----+-----+-----+-----+-----+-----+
Description: Cascade is a minimalstic and keyboard centered neatly theme removing a lot of the
subjective clutter default Firefox comes with. This theme is highly inspired by the
stylistic choices of SimpleFox by Miguel Ávila. 🦊
https://github.com/migueravila/SimpleFox
Author: Andreas Grafen
(https://andreas.grafen.info)
Repository: https://github.com/andreasgrafen/cascade
Thank you Nick, Abdallah, Benyamin and Wael for all the great suggestions for improvements! ♡
Nick: https://github.com/nicksundermeyer
Abdallah: https://github.com/HeiWiper
Benyamin: https://github.com/benyaminl
Wael: https://github.com/wael444
If you're looking for a **mouse-friendly** clone please check out Waterfall.
https://github.com/crambaud/waterfall
*==============================================================================================*/
@import "includes/cascade-config-mouse.css";
@import "includes/cascade-colours.css";
@import "includes/cascade-layout.css";
@import "includes/cascade-responsive.css";
@import "includes/cascade-floating-panel.css";
@import "includes/cascade-nav-bar.css";
@import "includes/cascade-tabs.css";
/* [START] Stuff that I add */
@import "includes/neatly-autohide-bookmarks-toolbar.css";
@import "includes/neatly-selected-tab-pill.css";
/* @import 'includes/neatly-selected-tab-glowing-line.css'; */
@import "includes/neatly-toolbox-height.css";
@import "includes/neatly-hide-all-tabs-button.css";
@import "includes/neatly-cleaner urlbar.css";
@import "includes/neatly-fix-urlbar-breakout-extend.css";
@import "includes/neatly-hide-disabled-nav.css";
/* [END] Stuff that I add */