mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	disabled button theme/CSS tweaks
This commit is contained in:
		| @@ -359,7 +359,9 @@ pre:not(.CodeMirror-line) { | |||||||
|  |  | ||||||
| .go-to-selected-note-button.disabled, .go-to-selected-note-button.disabled:hover { | .go-to-selected-note-button.disabled, .go-to-selected-note-button.disabled:hover { | ||||||
|     cursor: inherit; |     cursor: inherit; | ||||||
|     color: var(--button-disabled-background-color) !important; |     color: var(--button-disabled-text-color) !important; | ||||||
|  |     background-color: var(--button-disabled-background-color) !important; | ||||||
|  |     text-decoration: none; | ||||||
| } | } | ||||||
|  |  | ||||||
| .note-autocomplete-input { | .note-autocomplete-input { | ||||||
|   | |||||||
| @@ -21,10 +21,11 @@ | |||||||
|     --more-accented-background-color: #777; |     --more-accented-background-color: #777; | ||||||
|  |  | ||||||
|     --button-background-color: transparent; |     --button-background-color: transparent; | ||||||
|     --button-disabled-background-color: #222; |  | ||||||
|     --button-border-color: #ccc; |     --button-border-color: #ccc; | ||||||
|     --button-text-color: currentColor; |     --button-text-color: currentColor; | ||||||
|     --button-border-radius: 5px; |     --button-border-radius: 5px; | ||||||
|  |     --button-disabled-background-color: transparent; | ||||||
|  |     --button-disabled-text-color: #999; | ||||||
|  |  | ||||||
|     --primary-button-background-color: #888; |     --primary-button-background-color: #888; | ||||||
|     --primary-button-text-color: white; |     --primary-button-text-color: white; | ||||||
|   | |||||||
| @@ -25,10 +25,11 @@ html { | |||||||
|     --more-accented-background-color: #ddd; |     --more-accented-background-color: #ddd; | ||||||
|  |  | ||||||
|     --button-background-color: transparent; |     --button-background-color: transparent; | ||||||
|     --button-disabled-background-color: #ddd; |  | ||||||
|     --button-border-color: #ddd; |     --button-border-color: #ddd; | ||||||
|     --button-text-color: black; |     --button-text-color: black; | ||||||
|     --button-border-radius: 5px; |     --button-border-radius: 5px; | ||||||
|  |     --button-disabled-background-color: #ddd; | ||||||
|  |     --button-disabled-text-color: black; | ||||||
|  |  | ||||||
|     --primary-button-background-color: #6c757d; |     --primary-button-background-color: #6c757d; | ||||||
|     --primary-button-text-color: white; |     --primary-button-text-color: white; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user