We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462e59e commit 7d509e8Copy full SHA for 7d509e8
resources/assets/styles/components/forms.css
@@ -1,3 +1,7 @@
1
+textarea, select, input, button {
2
+ outline: none;
3
+}
4
+
5
/**
6
* Styles for the login form open input boxes. Label floats up above it when content
7
* is input and then sinks back down into the field if left empty.
@@ -31,6 +35,9 @@
31
35
transition: transform 200ms ease-out;
32
36
}
33
37
38
+/**
39
+ * Styling for other forms throughout the Panel.
40
+ */
34
41
.input:not(.open-label) {
42
@apply .appearance-none .p-3 .rounded .border .text-grey-darker .w-full;
43
transition: all 100ms linear;
0 commit comments