mirror of
				https://github.com/loof2736/scyfin.git
				synced 2025-11-04 00:18: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,
 | 
					.selectionCommandsPanel,
 | 
				
			||||||
.countIndicator,
 | 
					.countIndicator,
 | 
				
			||||||
.MuiButton-root.MuiButton-containedSizeMedium,
 | 
					.MuiButton-root.MuiButton-containedSizeMedium,
 | 
				
			||||||
.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-root.MuiChip-colorError),
 | 
					.MuiChip-root.MuiChip-colorInfo:not(.MuiChip-colorError),
 | 
				
			||||||
progress[aria-valuenow]:before {
 | 
					progress[aria-valuenow]:before {
 | 
				
			||||||
    background: var(--primary-accent-color) !important;
 | 
					    background: var(--primary-accent-color) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -50,7 +50,7 @@ progress::-webkit-progress-value {
 | 
				
			|||||||
.progressring-spiner {
 | 
					.progressring-spiner {
 | 
				
			||||||
    border-color: var(--primary-accent-color) !important;
 | 
					    border-color: var(--primary-accent-color) !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.button-link:not(.itemDetailPage .button-link),
 | 
					.button-link,
 | 
				
			||||||
.selectLabelFocused,
 | 
					.selectLabelFocused,
 | 
				
			||||||
.textareaLabelFocused,
 | 
					.textareaLabelFocused,
 | 
				
			||||||
.inputLabelFocused,
 | 
					.inputLabelFocused,
 | 
				
			||||||
@ -63,6 +63,10 @@ progress::-webkit-progress-value {
 | 
				
			|||||||
#divRunningTasks span {
 | 
					#divRunningTasks span {
 | 
				
			||||||
    color: var(--primary-accent-color) !important;
 | 
					    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) {
 | 
					@media (hover: hover) and (pointer: fine) {
 | 
				
			||||||
    .paper-icon-button-light:hover:not(:disabled) {
 | 
					    .paper-icon-button-light:hover:not(:disabled) {
 | 
				
			||||||
        color: var(--primary-accent-color) !important;
 | 
					        color: var(--primary-accent-color) !important;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user