mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Modify link selector
This commit is contained in:
parent
940c08f9c5
commit
dfbffb40c5
@ -50,7 +50,7 @@ progress::-webkit-progress-value {
|
||||
.progressring-spiner {
|
||||
border-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
.button-link,
|
||||
.page:not(.itemDetailPage) .button-link,
|
||||
.selectLabelFocused,
|
||||
.textareaLabelFocused,
|
||||
.inputLabelFocused,
|
||||
@ -63,10 +63,6 @@ progress::-webkit-progress-value {
|
||||
#divRunningTasks span {
|
||||
color: var(--primary-accent-color) !important;
|
||||
}
|
||||
/* Reset text color on detail page; Can't use complex :not selectors above because JMP uses an ancient version of Chrome */
|
||||
.itemDetailPage .button-link {
|
||||
color: initial !important;
|
||||
}
|
||||
@media (hover: hover) and (pointer: fine) {
|
||||
.paper-icon-button-light:hover:not(:disabled) {
|
||||
color: var(--primary-accent-color) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user