mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix input border color
This commit is contained in:
parent
471e81f556
commit
465f74475f
2 changed files with 5 additions and 6 deletions
|
@ -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>
|
|
||||||
|
|
Loading…
Reference in a new issue