aboutsummaryrefslogtreecommitdiff
path: root/userChrome.css
blob: 9b5c1627134e300a3254bf9f85fc8cdec614d153 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
#back-button, #forward-button, #PanelUI-menu-button {
  display: none !important;
}

menubar, nav-bar, #TabsToolbar > * {
  /*background-color:*/ /*#E9AFED*/ /*#CC02DB*/ /*#9d4ab5*/ /*#C678DD*/ /*#982cb8*/ /*#7b00a3*/ /*#AB47BC !important;*/
  background: linear-gradient(90deg, rgba(198,120,221,1) 28%, rgba(251,111,146,1) 74%, rgba(171,71,188,1) 97%);
}

/*
toolbar > * {
  background-color: #22252c !important;
}
*/

/*
.tab-background[selected="true"] {
  background: #1b1d24 !important;
}
*/

/*
#urlbar-background {
  background-color: #14161b !important;
}
*/

/*
#nav-bar toolbarspring {
  min-width: 25px !important;
  max-width: 35px !important;
}
*/

/* cuz mozilla be stupid sometimes */
/*
#unified-extensions-view {
  --uei-icon-size: 16px;
}
*/

/*
.unified-extensions-item-menu-button.subviewbutton {
  padding: 2px !important;
}
.unified-extensions-item-message-deck {
  display: none;
}
#unified-extensions-view > vbox > vbox > .unified-extensions-item {
  padding-block: 0px !important;
}
.unified-extensions-item-menu-button {
  margin-inline-end: 0 !important;
}
.unified-extensions-list .unified-extensions-item-menu-button {
  margin-inline-end: 8px !important;
}
*/

#unified-extensions-button {
  display: none;
}