tabs below content: set opacity: 1 for tabs toolbar and make background inherited with important
This fixess tabs toolbar being transparent under various scenarios
This commit is contained in:
@@ -28,6 +28,8 @@ See the above repository for updates as well as full license text. */
|
||||
#TabsToolbar{
|
||||
grid-row: 10/11;
|
||||
background-attachment: scroll;
|
||||
background: inherit !important;
|
||||
opacity: 1 !important;
|
||||
}
|
||||
.browser-toolbar{
|
||||
background: inherit;
|
||||
|
||||
Reference in New Issue
Block a user