fix: popup button missing VITAL css :)

This commit is contained in:
SethBurkart123
2024-02-02 15:06:39 +11:00
parent 03eac584f6
commit c9ff1bf872
4 changed files with 37 additions and 32 deletions
+7 -14
View File
@@ -1,7 +1,6 @@
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,600');
@import './injected/popup.scss';
@import './injected/sidebar-animation.scss';
@import './injected/theme.scss';
@import './injected/transparency.scss';
@@ -1112,11 +1111,7 @@ div > ol:has(.uiFileHandlerWrapper) {
border-radius: 1rem;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.4);
}
#ExtensionPopup {
border-radius: 1rem;
box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.6);
transform-origin: 70% 0;
}
#menu li.active {
color: #ffffff !important;
background: rgba(0, 0, 0, 0.35);
@@ -1419,12 +1414,14 @@ ul {
.title {
color: var(--text-primary) !important;
}
.dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry[data-yiq="light"],
.dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry[data-yiq="light"] .title {
.entry[data-yiq="light"],
.quickbar[data-yiq="light"] .title,
.entry[data-yiq="light"] .title {
color: #fff !important;
}
.dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry[data-yiq="dark"],
.dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry[data-yiq="dark"] .title {
.entry[data-yiq="dark"],
.quickbar[data-yiq="dark"] .title,
.entry[data-yiq="dark"] .title {
color: #000 !important;
}
div.entry.class {
@@ -1994,10 +1991,6 @@ li.MessageList__unread___3imtO {
.menuShown #menuToggle .hamburger-line:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}
#AddedSettings {
top: 17.5px !important;
z-index: 21 !important;
}
.day-empty {
font-size: 30px;
display: flex;