Skip to content

Commit ce4d433

Browse files
committed
Update brutusin-json-forms.css
Fix styles of form elements that aren't children of the .brutusin-form.
1 parent b90d808 commit ce4d433

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/brutusin-json-forms.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
from { transform: scale(1) rotate(0deg);}
5858
to { transform: scale(1) rotate(360deg);}
5959
}
60-
form.brutusin-form table,input, select, textarea{
60+
form.brutusin-form table, form.brutusin-form input, form.brutusin-form select, form.brutusin-form textarea{
6161
width: 100% !important;
6262
min-width: 80px;
6363
}
@@ -106,4 +106,4 @@ form.brutusin-form .error {
106106
}
107107
form.brutusin-form .error-message {
108108
color: red;
109-
}
109+
}

0 commit comments

Comments
 (0)