first commit

This commit is contained in:
Jeremy Lavitt 2021-06-14 16:30:55 -05:00
commit 37878d6993
1 changed files with 37 additions and 0 deletions

37
userChrome.css Normal file
View File

@ -0,0 +1,37 @@
@import url("tabs_on_bottom.css");
@import url("tabs_fill_available_width");
@import url("blank_page_background");
@import url("centered_tab_content");
.tabbrowser-tab[fadein]:not([pinned]) {
max-width: none !important;
}
.tabbrowser-tab:not([pinned]):not(:hover) .tab-close-button {
visibility: collapse !important;
}
.tabbrowser-tab:not([pinned]):hover .tab-close-button {
visibility: visible !important; display: block !important;
}
urlbar:not([focused]) .urlbar-input-box {
text-align: center;
}
urlbar .urlbar-input-box {
text-align: center;
}
tabbrowser-tab.tabs-newtab-button:hover{
background-color: var(--toolbarbutton-hover-background);
}
.tab-content:not([pinned])::before{
text-align: center;
}
:root {
--tab-min-height: 28px !important;
}
#urlbar-container {
--urlbar-container-height: 39px !important;
}
#urlbar {
margin-top: 1px;
}
.toolbarbutton{
margin-top 1px;
}