More improvements to addon store #9
This commit is contained in:
parent
c44090807f
commit
9fa13d8cef
|
@ -15,7 +15,8 @@
|
|||
/* Background Colors */
|
||||
.LandingPage,
|
||||
.Home,
|
||||
.App-content {
|
||||
.App-content,
|
||||
.Paginate-page-number {
|
||||
background: var(--primary-dark-color) !important;
|
||||
}
|
||||
|
||||
|
@ -41,7 +42,6 @@
|
|||
.AddonDescription-more-addons:not(.AddonDescription-more-addons--theme) .Card-contents .AddonsCard-list,
|
||||
.AddonDescription-more-addons--theme .Card-contents .AddonsCard-list,
|
||||
.Search .SearchResults .SearchResult,
|
||||
.Paginate-page-number,
|
||||
.SearchForm-suggestions-item.SearchForm-suggestions-item
|
||||
{
|
||||
background: var(--grey-60) !important;
|
||||
|
@ -74,11 +74,19 @@
|
|||
.SearchResult-summary,
|
||||
.SearchContextCard-header,
|
||||
.Paginate-page-number,
|
||||
.SearchSuggestion-name
|
||||
.SearchSuggestion-name,
|
||||
.ExpandableCard-ToggleLink:link,
|
||||
.Paginate .Paginate-item
|
||||
{
|
||||
color: var(--primary-light-color) !important;
|
||||
}
|
||||
|
||||
.Paginate-previous::before,
|
||||
.Paginate-next::after
|
||||
{
|
||||
filter: invert(70%) !important
|
||||
}
|
||||
|
||||
|
||||
|
||||
.Home-SubjectShelf-link:active,
|
||||
|
@ -116,6 +124,11 @@
|
|||
|
||||
}
|
||||
|
||||
.SearchForm-query:focus {
|
||||
box-shadow: 0 0 5px 0 var(--primary-accent-color) !important;
|
||||
border-color: var(--primary-accent-color-dark) !important;
|
||||
}
|
||||
|
||||
.AddonsCard--horizontal ul.AddonsCard-list .SearchResult-link:hover {
|
||||
background: var(--grey-70) !important;
|
||||
border-radius: 0px !important;
|
||||
|
|
Loading…
Reference in New Issue