add sharing function
This commit is contained in:
parent
93ad16971d
commit
54afe9d0c2
22 changed files with 17346 additions and 17048 deletions
|
@ -1,9 +1,9 @@
|
|||
.viewMenuBar, .libraryViewNav {
|
||||
background-color: #191919;
|
||||
.viewMenuBar, .libraryViewNav:not(.paperLibraryViewNav), paper-tabs {
|
||||
background-color: #1b1b1b;
|
||||
}
|
||||
|
||||
.ui-page-theme-b {
|
||||
background-color: #292929;
|
||||
.ui-page-theme-b:not(.pageWithAbsoluteTabs), .pageWithAbsoluteTabs .pageBackground {
|
||||
background-color: #2b2b2b;
|
||||
}
|
||||
|
||||
.backdropPage.ui-page-theme-b {
|
||||
|
@ -17,6 +17,11 @@
|
|||
.ui-page-theme-b .visualCardBox {
|
||||
background: rgba(56,56,56,.85);
|
||||
}
|
||||
.libraryViewNav a{
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.libraryViewNav a {
|
||||
font-weight: 500!important;
|
||||
}
|
||||
|
||||
paper-tab {
|
||||
font-weight: 500!important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue