mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	override file-selector-button hover color
This commit is contained in:
		| @@ -365,15 +365,16 @@ export default { | ||||
|         color: #000; | ||||
|     } | ||||
|  | ||||
|     input[type=file]::file-selector-button { | ||||
|         color: $primary; | ||||
|         background-color: $dark-bg; | ||||
|     } | ||||
|     #importBackup { | ||||
|         &::file-selector-button { | ||||
|             color: $primary; | ||||
|             background-color: $dark-bg; | ||||
|         } | ||||
|  | ||||
|     //Does not work for some reason | ||||
|     input[type=file]::file-selector-button:hover { | ||||
|         color: $dark-font-color; | ||||
|         background-color: $primary; | ||||
|         &:hover:not(:disabled):not([readonly])::file-selector-button { | ||||
|             color: $dark-font-color2; | ||||
|             background-color: $primary; | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user