Skip to content

Commit

Permalink
fixed last commit... again
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomez96 committed Jan 10, 2022
1 parent bbb7dff commit 321ec8f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
27 changes: 21 additions & 6 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,32 @@
}


scrollbox{
background-color:#080808 !important;
}

.titlebar-spacer {
background-color:#080808 !important;
}

.titlebar-buttonbox-container {
background-color:#080808 !important;
}




#TabsToolbar .tabbrowser-tab,
#TabsToolbar .tabbrowser-tab .tab-stack,
#TabsToolbar .tabbrowser-tab{
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
margin-top: 1px !important;
border: none !important;
margin: 0px !important;
background-color: #080808 !important;
}

.tab-background{
border-top-left-radius: 10px !important;
border-top-right-radius: 10px !important;
border-radius:5px !important;
}
.tab-line{
display: none !important;
Expand Down Expand Up @@ -88,10 +99,14 @@ Accent: #E7E7E7 (#080808)
/* Make the menu round :) */
.panel-arrowcontent{
background:#1d1d1d !important;
border: 0px solid #000000 !important;
border: 1px solid #3f51b5 !important;
border-radius: 5px !important;
}

.panel-viewstack {
background-color: #0a0a0a !important;
}

.panel-subview-body {
color: #f5f5f5 !important;
background: #080808 !important;
Expand Down Expand Up @@ -123,7 +138,7 @@ Accent: #E7E7E7 (#080808)

.subviewbutton.panel-subview-footer {
background-color: #1d1d1d !important;
border-top: 1px solid #f5f5f5 !important;
border-top: 0px solid #f5f5f5 !important;
border-radius:20px !important;
}

Expand Down
4 changes: 2 additions & 2 deletions userContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
color: #ffffff5e !important;
border: none !important;
box-shadow: none !important;
border-bottom: 2px solid #ffffff18 !important;
border-left: 2px solid #ffffff18 !important;
border-bottom: 2px solid #ffffff52 !important;
border-left: 2px solid #ffffff52 !important;
border-radius: 10px 10px 10px 10px !important;
}
.search-wrapper .logo-and-wordmark {
Expand Down

0 comments on commit 321ec8f

Please sign in to comment.