You've already forked AstralRinth
forked from didirus/AstralRinth
Continue the cleanup train (#396)
* Improve links and search page controls... I know it looks kinda insane * Fix donation padding Fixes #393 * Improve text field styling * white icon * Improve pagination and disabled button colors * Round tab indicator * Fix rounding of home page points card * I hate browsers * Change verbiage of legacy options
This commit is contained in:
@@ -99,13 +99,20 @@ button {
|
||||
}
|
||||
|
||||
&.paginate.disabled {
|
||||
background-color: var(--color-button-bg);
|
||||
background-color: transparent;
|
||||
cursor: default;
|
||||
color: var(--color-icon);
|
||||
color: var(--color-button-text-disabled);
|
||||
box-shadow: inset 0 0 0 1px var(--color-button-bg-disabled);
|
||||
}
|
||||
|
||||
&:focus-visible,
|
||||
&:hover {
|
||||
background: var(--color-button-bg-active);
|
||||
background-color: var(--color-button-bg-hover);
|
||||
color: var(--color-button-text-hover);
|
||||
}
|
||||
|
||||
&:active {
|
||||
background-color: var(--color-button-bg-active);
|
||||
color: var(--color-button-text-active);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user