mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-31 06:21:11 +00:00 
			
		
		
		
	wiki - add 'write' 'preview' buttons to wiki edit like in issues (#7241)
* Add add 'write' 'preview' buttons to wiki edit like in issues affects #6975 Signed-off-by: Michael Gnehr <michael@gnehr.de> * update dark theme Signed-off-by: Michael Gnehr <michael@gnehr.de> * fix css lint warnings - missing spaces Signed-off-by: Michael Gnehr <michael@gnehr.de> * hide preview button on no fullscreen toolbar Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
		
					parent
					
						
							
								9275390423
							
						
					
				
			
			
				commit
				
					
						1c911aa825
					
				
			
		
					 8 changed files with 72 additions and 2 deletions
				
			
		|  | @ -516,6 +516,19 @@ a.ui.basic.green.label:hover { | |||
|     border-bottom: 1px solid #304251; | ||||
| } | ||||
| 
 | ||||
| .repository.wiki.new .ui.container form .ui.tabular.menu { | ||||
|     border-bottom: 1px solid rgba(187, 187, 187, 0.6); | ||||
| 
 | ||||
|     .active.item { | ||||
|         border-top: 1px solid rgba(187, 187, 187, 0.6); | ||||
|         border-left: 1px solid rgba(187, 187, 187, 0.6); | ||||
|         border-right: 1px solid rgba(187, 187, 187, 0.6); | ||||
|         &:hover { | ||||
|             background: #4b5162; | ||||
|         } | ||||
|     } | ||||
| } | ||||
| 
 | ||||
| .hljs, | ||||
| .hljs-keyword, | ||||
| .hljs-selector-tag, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue