mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 12:20:30 +00:00
1.1.4
This commit is contained in:
parent
f9865e3b7c
commit
4e0460f9a1
1 changed files with 31 additions and 23 deletions
54
styles.css
54
styles.css
|
|
@ -158,13 +158,6 @@
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
.demo-progressBar {
|
||||
display: flex;
|
||||
justify-Content: space-between;
|
||||
margin: 0px;
|
||||
align-Items: center;
|
||||
}
|
||||
|
||||
.marks {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
|
|
@ -274,15 +267,6 @@ li.apb-list-item .list-bullet {
|
|||
max-width: 80px;
|
||||
}
|
||||
|
||||
.progress-bar-container {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
background: #f0f0f0; /* Unfilled part = light gray */
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.APB {
|
||||
position: relative;
|
||||
overflow: visible; /* Allow mask to render outside bounds */
|
||||
|
|
@ -296,12 +280,6 @@ li.apb-list-item .list-bullet {
|
|||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.block-language-apb {
|
||||
box-sizing: border-box;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
||||
.template-setting-row .subtle-button {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
|
@ -397,4 +375,34 @@ li.apb-list-item .list-bullet {
|
|||
|
||||
.progressBar-settings-panel button:active {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
}
|
||||
|
||||
.container-color-picker-panel {
|
||||
padding: 10px;
|
||||
border: 2px solid light-dark(#4b52be, #5e67ed);
|
||||
background-color: var(--background-secondary);
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.default-container-color-picker-panel {
|
||||
padding: 10px;
|
||||
border: 2px solid light-dark(#45ba69, #5eed89); /* var(--background-modifier-border); */
|
||||
background-color: var(--background-secondary);
|
||||
margin-top: 10px;
|
||||
margin-left: 20px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.active-default-gear {
|
||||
border: 2px solid light-dark(#45ba69, #5eed89);
|
||||
}
|
||||
|
||||
.active-template-gear {
|
||||
border: 2px solid light-dark(#4b52be, #5e67ed);
|
||||
}
|
||||
|
||||
.inactive-gear {
|
||||
border: 2px solid var(--background-modifier-border);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue