aboutsummaryrefslogtreecommitdiff
path: root/home-manager/programs/firefox/userChrome.css
blob: c4390dce3ff9f82352ba58dd02954989d5210a26 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
:root[tabsintitlebar]{ --uc-toolbar-height: 40px; }
:root[tabsintitlebar][uidensity="compact"]{ --uc-toolbar-height: 32px }

#TabsToolbar{ visibility: collapse !important }

:root[sizemode="fullscreen"] #TabsToolbar > :is(#window-controls,.titlebar-buttonbox-container){
    visibility: visible !important;
    z-index: 2;
}

:root:not([inFullscreen]) #nav-bar{
    margin-top: calc(0px - var(--uc-toolbar-height,0px));
}

:root[tabsintitlebar] #toolbar-menubar[autohide="true"]{
    min-height: unset !important;
    height: var(--uc-toolbar-height,0px) !important;
    position: relative;
}

#toolbar-menubar[autohide="false"]{
    margin-bottom: var(--uc-toolbar-height,0px)
}

:root[tabsintitlebar] #toolbar-menubar[autohide="true"] #main-menubar{
    flex-grow: 1;
    align-items: stretch;
    background-color: var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor);
    background-clip: padding-box;
    border-right: 30px solid transparent;
    border-image: linear-gradient(to left, transparent, var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor) 30px) 20 / 30px
}


#toolbar-menubar:not([inactive]){ z-index: 2 }
#toolbar-menubar[autohide="true"][inactive] > #menubar-items {
    opacity: 0;
    pointer-events: none;
    margin-left: var(--uc-window-drag-space-pre,0px)
}

.titlebar-close {
    display: none !important;
}

element {
    --toolbar-bgcolor: var(--lwt-accent-color) !important;
}


#appcontent
> #tabbrowser-tabbox
> #tabbrowser-tabpanels
> .deck-selected
> .browserContainer
> .browserStack
> browser {
    border-radius: 10px;
    margin: 10px;
    border-color: transparent;
}

.browserStack {
    background: var(--lwt-accent-color);
}

.browserContainer {
    background-color: var(--lwt-accent-color);
    background-position: right top, var(--lwt-background-alignment);
}

#sidebar-button {
    margin-left: 10px;
}

#sidebar-box {
    min-width: 250px;
    max-width: 250px;
    min-height: unset;
    max-height: unset;
    border-right: none;
}

#sidebar-splitter {
    display: none;
}

#PersonalToolbar {
    display: none;
}

#navigator-toolbox {
    border-bottom: none !important;
}

#sidebar-header {
    display: none;
}