mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	fix checkbox problem
This commit is contained in:
		
							parent
							
								
									8c97f0bec7
								
							
						
					
					
						commit
						fca6f99870
					
				| @ -5,12 +5,12 @@ const TPL = ` | ||||
| <div class="options-section"> | ||||
|     <h4>${t('ribbon.widgets')}</h4> | ||||
|     <label> | ||||
|         <input type="checkbox" class="promoted-attributes-open-in-ribbon"> | ||||
|         <input type="checkbox" class="promoted-attributes-open-in-ribbon form-check-input"> | ||||
|         ${t('ribbon.promoted_attributes_message')} | ||||
|     </label> | ||||
|      | ||||
|     <label> | ||||
|         <input type="checkbox" class="edited-notes-open-in-ribbon"> | ||||
|         <input type="checkbox" class="edited-notes-open-in-ribbon form-check-input"> | ||||
|         ${t('ribbon.edited_notes_message')} | ||||
|     </label> | ||||
| </div>`; | ||||
|  | ||||
| @ -37,13 +37,13 @@ a, a:visited, a:hover { | ||||
| } | ||||
| 
 | ||||
| input, select, textarea { | ||||
|     color: var(--input-text-color) !important; | ||||
|     background: var(--input-background-color) !important; | ||||
|     color: var(--input-text-color); | ||||
|     background: var(--input-background-color); | ||||
| } | ||||
| 
 | ||||
| #left-pane input, select, textarea { | ||||
|     color: var(--left-pane-text-color) !important; | ||||
|     background: var(--left-pane-background-color) !important; | ||||
|     color: var(--left-pane-text-color); | ||||
|     background: var(--left-pane-background-color); | ||||
| } | ||||
| 
 | ||||
| input::placeholder { | ||||
| @ -989,11 +989,6 @@ li.dropdown-submenu:hover > ul.dropdown-menu { | ||||
|     background-color: var(--launcher-pane-background-color); | ||||
| } | ||||
| 
 | ||||
| input { | ||||
|     background-color: transparent !important; | ||||
| } | ||||
| 
 | ||||
| 
 | ||||
| #right-pane { | ||||
|     overflow: auto; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jin
						Jin