mirror of
https://github.com/loof2736/scyfin.git
synced 2025-11-02 15:48:52 +01:00
Refactoring to support JMP's ancient version of Chrome
This commit is contained in:
parent
51ca34070e
commit
940c08f9c5
@ -25,7 +25,7 @@
|
||||
.selectionCommandsPanel,
|
||||
.countIndicator,
|
||||
.MuiButton-root.MuiButton-containedSizeMedium,
|
||||
.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-root.MuiChip-colorError),
|
||||
.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-colorError),
|
||||
progress[aria-valuenow]:before {
|
||||
background: var(--primary-accent-color) !important;
|
||||
}
|
||||
@ -50,7 +50,7 @@ progress::-webkit-progress-value {
|
||||
.progressring-spiner {
|
||||
border-color: var(--primary-accent-color) !important;
|
||||
}
|
||||
.button-link:not(.itemDetailPage .button-link),
|
||||
.button-link,
|
||||
.selectLabelFocused,
|
||||
.textareaLabelFocused,
|
||||
.inputLabelFocused,
|
||||
@ -63,6 +63,10 @@ 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