mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
improved themes, better back arrows on #menu
This commit is contained in:
+15
-5
@@ -319,7 +319,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
|
||||
|
||||
#container #content::before {
|
||||
content: "";
|
||||
height: 5.5rem;
|
||||
height: 69.5px;;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -1328,7 +1328,11 @@ iframe.userHTML {
|
||||
|
||||
#toolbar {
|
||||
color: var(--text-primary);
|
||||
background: unset;
|
||||
background: var(--background-primary);
|
||||
}
|
||||
|
||||
.dailycal > .zoom {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.programmeNavigator > .navigator,
|
||||
@@ -1432,6 +1436,10 @@ ul {
|
||||
background: var(--background-primary);
|
||||
}
|
||||
|
||||
.back > svg {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.uiFileHandler {
|
||||
-webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||
box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important;
|
||||
@@ -1614,17 +1622,19 @@ blurred {
|
||||
|
||||
.uiSlidePane.shown > .pane {
|
||||
transform: translatey(0%) !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.uiSlidePane > .pane {
|
||||
color: var(--text-primary);
|
||||
background: var(--auto-background);
|
||||
transform: translateY(100%);
|
||||
transition:
|
||||
transform 0.5s ease-in-out,
|
||||
-webkit-transform 0.5s ease-in-out;
|
||||
transition: transform 0.5s ease-out,
|
||||
-webkit-transform 0.5s ease-out,
|
||||
opacity 0.2s ease-out;
|
||||
transition-delay: 0 !important;
|
||||
border-radius: 1rem !important;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.anyoneSelect.filterBox {
|
||||
|
||||
Reference in New Issue
Block a user