mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
minor ui fixes
This commit is contained in:
+2
-33
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user