mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-03 22:21:55 +00:00 
			
		
		
		
	fix input border color
This commit is contained in:
		@@ -152,6 +152,11 @@ b {
 | 
			
		||||
    @apply pl-2.5;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.input:focus {
 | 
			
		||||
    @apply border-2 border-red-500 outline-none;
 | 
			
		||||
    box-shadow: 0 0 15px rgba(239, 68, 68, var(--un-border-opacity));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
hr {
 | 
			
		||||
    @apply !mt-2 !mb-3 border-gray-300;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -174,9 +174,3 @@ export default {
 | 
			
		||||
    },
 | 
			
		||||
};
 | 
			
		||||
</script>
 | 
			
		||||
<style>
 | 
			
		||||
.input:focus {
 | 
			
		||||
    @apply border-2 border-red-500;
 | 
			
		||||
    box-shadow: 0 0 15px rgba(239, 68, 68, var(--un-border-opacity));
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user