mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next): tweak modals
This commit is contained in:
		| @@ -92,13 +92,13 @@ | |||||||
|  |  | ||||||
|     --modal-backdrop-color: #000; |     --modal-backdrop-color: #000; | ||||||
|     --modal-shadow-color: rgba(0, 0, 0, .5); |     --modal-shadow-color: rgba(0, 0, 0, .5); | ||||||
|     --modal-border-color: #444; |     --modal-border-color: #ffffff23; | ||||||
|     --modal-background-color: #262626; |     --modal-background-color: #262626; | ||||||
|     --modal-title-color: gray; |     --modal-title-color: gray; | ||||||
|     --modal-control-button-background: #ffffff2b; |     --modal-control-button-background: #ffffff2b; | ||||||
|     --modal-control-button-color: #cbcbcb; |     --modal-control-button-color: #cbcbcb; | ||||||
|     --modal-control-button-hover-color: white; |     --modal-control-button-hover-color: white; | ||||||
|     --modal-control-button-hover-background: var(--hover-item-background-color); |     --modal-control-button-hover-background: #ffffff45; | ||||||
|     --modal-close-button-hover-background: var(--tab-close-button-hover-background); |     --modal-close-button-hover-background: var(--tab-close-button-hover-background); | ||||||
|     --modal-footer-background: #ffffff08; |     --modal-footer-background: #ffffff08; | ||||||
|     --modal-footer-color: #ffffff7a; |     --modal-footer-color: #ffffff7a; | ||||||
|   | |||||||
| @@ -2031,6 +2031,7 @@ div.promoted-attribute-cell .multiplicity:has(span) { | |||||||
| .modal .modal-content { | .modal .modal-content { | ||||||
|     box-shadow: 0 .5em 3em .5em var(--modal-shadow-color); |     box-shadow: 0 .5em 3em .5em var(--modal-shadow-color); | ||||||
|     border: 1px solid var(--modal-border-color); |     border: 1px solid var(--modal-border-color); | ||||||
|  |     background: var(--modal-background-color); | ||||||
| } | } | ||||||
|  |  | ||||||
| /* Modal header */ | /* Modal header */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user