Skip to content

Commit

Permalink
[FB] Verticaltab | Add bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Apr 7, 2023
1 parent 96d5776 commit 675ae94
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions floorp/browser/base/content/browser-floorp.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@

#sidebar-select-box {
background: var(--toolbar-bgcolor);
background-image: var(--lwt-additional-images);
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: center;
background-size: cover;
}

#sidebar-select-box {
Expand Down
17 changes: 13 additions & 4 deletions floorp/browser/base/content/browser-verticaltabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
min-width: -moz-available !important;;
max-width: -moz-available !important;
height: 100% !important;
background: transparent ;
background: transparent;
background-image: var(--lwt-additional-images);
background-repeat: no-repeat, no-repeat, no-repeat;
background-position: left;
background-size: cover;
}

#toolbar-items-verticaltabs {
Expand Down Expand Up @@ -90,12 +94,11 @@
}

#tabs-newtab-button {
display: block !important;
display: flex !important;
width: -moz-available;
}

#tabs-newtab-button:hover {
appearance: inherit !important;
background: var(--toolbarbutton-hover-background);
}

Expand All @@ -106,7 +109,7 @@
#tabs-newtab-button {
width: -moz-available;
position: unset;
appearance: auto;
appearance: inherit;
margin-left: 5px;
margin-right: 5px;
}
Expand All @@ -118,6 +121,12 @@
#tabs-newtab-button > .toolbarbutton-text {
display: none ;
}

#tabs-newtab-button > .toolbarbutton-icon {
margin-left: auto;
margin-right: auto;
margin-inline-end: auto !important;
}

.tabbrowser-tab {
width: -moz-available !important;
Expand Down

0 comments on commit 675ae94

Please sign in to comment.