forked from lame413/single-topbar-firefox-chromecss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuserChrome.css
More file actions
47 lines (37 loc) · 1.06 KB
/
Copy pathuserChrome.css
File metadata and controls
47 lines (37 loc) · 1.06 KB
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
#sidebar-header {
visibility: collapse !important;
}
#titlebar {
visibility: collapse;
}
/* hides the native tabs */
#TabsToolbar {
visibility: collapse !important;
}
/* leaves space for the window buttons */
/*#nav-bar {
margin-right: 150px;
}*/
:root{--uc-toolbar-height: 32px}
:root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
#TabsToolbar{visibility: collapse}
#nav-bar,
#PersonalToolbar{
background: transparent !important;
}
#navigator-toolbox{ background: var(--toolbar-bgcolor) var(--toolbar-bgimage) }
#nav-bar{margin: calc(0px - var(--uc-toolbar-height)) 138px 0 0 }
#toolbar-menubar{
min-height:unset !important;
height:var(--uc-toolbar-height) !important;
position: relative;
}
#main-menubar{
-moz-box-flex: 1;
background: var(--toolbar-non-lwt-bgcolor);
background-clip: padding-box;
border-right: 30px solid transparent;
border-image: linear-gradient(to left, transparent, var(--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
}
#toolbar-menubar:not([inactive]){ z-index: 2 }
#toolbar-menubar[inactive] > #menubar-items { opacity: 0 }