more changes
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
.list-controls {
|
||||
position: sticky;
|
||||
top: var(--header-offset);
|
||||
background: var(--secondary);
|
||||
background: #ffffff;
|
||||
z-index: 100;
|
||||
padding: 1.5rem 0 1rem 0;
|
||||
max-width: unset;
|
||||
@@ -14,8 +14,8 @@
|
||||
.combo-box .combo-box-header,
|
||||
.select-kit.is-expanded .select-kit-body,
|
||||
.discourse-post-event .discourse-post-event-widget {
|
||||
background-color: var(--secondary);
|
||||
border-radius: 6.25rem;
|
||||
background-color: #ffffff;
|
||||
border-radius: var(--d-border-radius);
|
||||
}
|
||||
}
|
||||
.nav-pills > li > a:hover,
|
||||
|
||||
Reference in New Issue
Block a user