Skip to content

Commit

Permalink
forms select none added to place holders
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 15, 2024
1 parent ceb1496 commit 87cd586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from wtforms import validators, Form, StringField, PasswordField, TextAreaField

inputStyle = "w-80 h-12 mb-4 mx-auto p-2 rounded-md text-center outline-rose-500 bg-transparent focus:outline-none focus:ring focus:ring-rose-500 duration-100 border-2 border-gray-500/25 focus:border-0 block shadow-md"
inputStyle = "w-80 h-12 mb-4 mx-auto p-2 rounded-md text-center outline-rose-500 bg-transparent focus:outline-none focus:ring focus:ring-rose-500 duration-100 border-2 border-gray-500/25 focus:border-0 block shadow-md select-none"


class commentForm(Form):
Expand Down

0 comments on commit 87cd586

Please sign in to comment.