home/firefox: fix sidebar and titlebar in userChrome.css
This commit is contained in:
parent
bd9f66238e
commit
5b6f6ce735
1 changed files with 7 additions and 6 deletions
|
@ -125,7 +125,8 @@ in
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
#titlebar {
|
|
||||||
|
#TabsToolbar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -136,7 +137,7 @@ in
|
||||||
[titlepreface*="."] #sidebar-header {
|
[titlepreface*="."] #sidebar-header {
|
||||||
visibility: collapse !important;
|
visibility: collapse !important;
|
||||||
}
|
}
|
||||||
[titlepreface*="."] #titlebar {
|
[titlepreface*="."] #TabsToolbar {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -148,7 +149,7 @@ in
|
||||||
min-width: var(--uc-sidebar-width) !important;
|
min-width: var(--uc-sidebar-width) !important;
|
||||||
width: var(--uc-sidebar-width) !important;
|
width: var(--uc-sidebar-width) !important;
|
||||||
max-width: var(--uc-sidebar-width) !important;
|
max-width: var(--uc-sidebar-width) !important;
|
||||||
z-index:1;
|
z-index: calc(var(--browser-area-z-index-tabbox) + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-box[positionend]{ direction: rtl }
|
#sidebar-box[positionend]{ direction: rtl }
|
||||||
|
@ -190,12 +191,12 @@ in
|
||||||
transition-delay: 0ms !important;
|
transition-delay: 0ms !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-panel{
|
.sidebar-placeTree {
|
||||||
background-color: transparent !important;
|
/* background-color: transparent !important; */
|
||||||
color: var(--newtab-text-primary-color) !important;
|
color: var(--newtab-text-primary-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-panel #search-box{
|
.sidebar-placeTree #search-box{
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
background-color: rgba(249,249,250,0.1) !important;
|
background-color: rgba(249,249,250,0.1) !important;
|
||||||
color: inherit !important;
|
color: inherit !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue