Stablize the Styles (#1128)
* Fixed a bug where adding multiple series to reading list would throw an error on UI, but it was successful. * When a series has a reading list, we now show the connection on Series detail. * Removed all baseurl code from UI and not-connected component since we no longer use it. * Fixed tag badges not showing a border. Added last read time to the series detail page * Fixed up error interceptor to remove no-connection code * Changed implementation for series detail. Book libraries will never send chapters back. Volume 0 volumes will not be sent in volumes ever. Fixed up more renaming logic on books to send more accurate representations to the UI. * Cleaned up the selected tab and tab display logic * Fixed a bad where statement in reading lists for series * Fixed up tab logic again * Fixed a small margin on search backdrop * Made badge expander button smaller to align with badges * Fixed a few UIs due to .form-group and .form-row being removed * Updated Theme component page to help with style testing * Added more components to theme tester * Cleaned up some styling * Fixed opacity on search item hover
This commit is contained in:
parent
cb9b54b8de
commit
864d693790
38 changed files with 425 additions and 187 deletions
|
|
@ -1,11 +1,11 @@
|
|||
.tagbadge {
|
||||
border-color: var(--tagbadge-border-color);
|
||||
border: 1px solid var(--tagbadge-border-color);
|
||||
color: var(--tagbadge-text-color);
|
||||
background-color: var(--tagbadge-bg-color);
|
||||
}
|
||||
|
||||
.typeahead-input .tagbadge {
|
||||
border-color: var(--tagbadge-typeahead-border-color);
|
||||
border: 1px solid var(--tagbadge-typeahead-border-color);
|
||||
color: var(--tagbadge-typeahead-text-color);
|
||||
background-color: var(--tagbadge-typeahead-bg-color);
|
||||
}
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
--list-group-item-bg-color: #343a40;
|
||||
--list-group-item-border-color: rgba(239, 239, 239, 0.125);
|
||||
--list-group-hover-text-color: white;
|
||||
--list-group-hover-bg-color: var(--accordion-body-bg-color);
|
||||
--list-group-hover-bg-color: rgb(22, 27, 34);
|
||||
--list-group-active-border-color: none;
|
||||
|
||||
/* Popover */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue