mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	update customdoxygen.css for doxygen 1.8.7
some icon images in the html are replaced with css.
This commit is contained in:
		| @@ -650,6 +650,74 @@ table.memberdecls { | |||||||
| 	color: #3c92d1; | 	color: #3c92d1; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .arrow { | ||||||
|  |     color: #9CAFD4; | ||||||
|  |     -webkit-user-select: none; | ||||||
|  |     -khtml-user-select: none; | ||||||
|  |     -moz-user-select: none; | ||||||
|  |     -ms-user-select: none; | ||||||
|  |     user-select: none; | ||||||
|  |     cursor: pointer; | ||||||
|  |     font-size: 80%; | ||||||
|  |     display: inline-block; | ||||||
|  |     width: 16px; | ||||||
|  |     height: 22px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .icon { | ||||||
|  |     font-family: Arial, Helvetica; | ||||||
|  |     font-weight: bold; | ||||||
|  |     font-size: 12px; | ||||||
|  |     height: 14px; | ||||||
|  |     width: 16px; | ||||||
|  |     display: inline-block; | ||||||
|  |     background-color: #54a23d; | ||||||
|  |     color: white; | ||||||
|  |     text-align: center; | ||||||
|  |     border-radius: 4px; | ||||||
|  |     margin-left: 2px; | ||||||
|  |     margin-right: 2px; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .icona { | ||||||
|  |     width: 24px; | ||||||
|  |     height: 22px; | ||||||
|  |     display: inline-block; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .iconfopen { | ||||||
|  |     width: 24px; | ||||||
|  |     height: 18px; | ||||||
|  |     margin-bottom: 4px; | ||||||
|  |     background-image:url('ftv2folderopen.png'); | ||||||
|  |     background-position: 0px 0px; | ||||||
|  |     background-repeat: repeat-y; | ||||||
|  |     vertical-align:top; | ||||||
|  |     display: inline-block; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .iconfclosed { | ||||||
|  |     width: 24px; | ||||||
|  |     height: 18px; | ||||||
|  |     margin-bottom: 4px; | ||||||
|  |     background-image:url('ftv2folderclosed.png'); | ||||||
|  |     background-position: 0px 0px; | ||||||
|  |     background-repeat: repeat-y; | ||||||
|  |     vertical-align:top; | ||||||
|  |     display: inline-block; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .icondoc { | ||||||
|  |     width: 24px; | ||||||
|  |     height: 18px; | ||||||
|  |     margin-bottom: 4px; | ||||||
|  |     background-image:url('ftv2doc.png'); | ||||||
|  |     background-position: 0px -1px; | ||||||
|  |     background-repeat: repeat-y; | ||||||
|  |     vertical-align:top; | ||||||
|  |     display: inline-block; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  * Data Structure Index |  * Data Structure Index | ||||||
|  * |  * | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Stefan Hoffmann
					Stefan Hoffmann