mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
fix input border color
This commit is contained in:
@@ -152,6 +152,11 @@ b {
|
|||||||
@apply pl-2.5;
|
@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 {
|
hr {
|
||||||
@apply !mt-2 !mb-3 border-gray-300;
|
@apply !mt-2 !mb-3 border-gray-300;
|
||||||
}
|
}
|
||||||
|
@@ -174,9 +174,3 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</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