Merge pull request #3465 from alfonso-salces/MOBILE-4081
MOBILE-4081 theme: Fix background mode in rich text editor
This commit is contained in:
		
						commit
						24e81ee92f
					
				| @ -4,11 +4,10 @@ | |||||||
|     --toobar-background: var(--white); |     --toobar-background: var(--white); | ||||||
|     --button-color: var(--ion-text-color); |     --button-color: var(--ion-text-color); | ||||||
|     --button-active-color: var(--gray-300); |     --button-active-color: var(--gray-300); | ||||||
|     --background: var(--ion-item-background); |     --background: var(--rte-editor-background); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| :host-context(html.dark) { | :host-context(html.dark) { | ||||||
|     --background: var(--medium); |  | ||||||
|     --color: var(--white); |     --color: var(--white); | ||||||
|     --button-color: var(--gray-200); |     --button-color: var(--gray-200); | ||||||
|     --button-active-color: var(--gray-500); |     --button-active-color: var(--gray-500); | ||||||
|  | |||||||
| @ -402,4 +402,6 @@ html { | |||||||
|     } @else { |     } @else { | ||||||
|         --core-mainpage-sitename-display: inline; |         --core-mainpage-sitename-display: inline; | ||||||
|     } |     } | ||||||
|  | 
 | ||||||
|  |     --rte-editor-background: var(--core-input-background); | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user