Added actors pagination.
This commit is contained in:
@@ -182,7 +182,7 @@
|
||||
.filter-label {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: .5rem 0 .25rem .5rem;
|
||||
padding: .5rem 0 .25rem .25rem;
|
||||
color: var(--shadow);
|
||||
font-weight: bold;
|
||||
font-size: .9rem;
|
||||
@@ -209,7 +209,7 @@
|
||||
height: 1.25rem;
|
||||
appearance: none;
|
||||
border-radius: 1rem;
|
||||
background-color: var(--shadow-weak-30);
|
||||
background-color: var(--shadow-weak-40);
|
||||
background-image: radial-gradient(circle, var(--shadow-weak-10) .3rem, transparent calc(.3rem + 1px));
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
@@ -57,5 +57,5 @@
|
||||
--enabled-background: rgba(0, 255, 0, .1);
|
||||
--disabled: #c20;
|
||||
--disabled-background: rgba(255, 0, 0, .1);
|
||||
--disabled-handle: #aaa;
|
||||
--disabled-handle: var(--grey-light-10);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user