minor ui fixes

This commit is contained in:
SethBurkart123
2023-10-11 22:06:54 +11:00
parent 69dc90aca0
commit 0a65e59de2
+2 -33
View File
@@ -29,28 +29,6 @@ html {
} }
} }
#bksliderinput {
background-color: #20e060 !important;
border-radius: 16px !important;
border: none !important;
width: 100% !important;
height: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
#bksliderinput::-webkit-slider-thumb {
-webkit-appearance: none !important;
appearance: none !important;
width: 16px !important;
height: 16px !important;
transform: scale(1.5) !important;
background: #86f078 !important;
cursor: pointer !important;
border-radius: 50% !important;
border: 1px solid #20e060 !important;
}
.connectedNotificationsWrapper > div > button > svg > g { .connectedNotificationsWrapper > div > button > svg > g {
fill: var(--background-primary) !important; fill: var(--background-primary) !important;
} }
@@ -681,7 +659,7 @@ div > ol:has(.uiFileHandlerWrapper) {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 2rem; gap: 2rem;
padding-top: 2rem; padding: 2rem 0;
align-items: center; align-items: center;
} }
@@ -1293,22 +1271,13 @@ iframe.userHTML {
width: 10px; width: 10px;
height: 10px; height: 10px;
transition: 1s; transition: 1s;
} border-radius: 1rem;
::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
background: var(--better-light);
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background-color: transparent; background-color: transparent;
} }
::-webkit-scrollbar-thumb:vertical:active,
::-webkit-scrollbar-thumb:horizontal:active {
background: var(--better-light);
}
::-webkit-scrollbar-corner { ::-webkit-scrollbar-corner {
background: none; background: none;
} }