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 ba3059a commit dabbbf6Copy full SHA for dabbbf6
interface/web/themes/default/css/screen/content.css
@@ -95,6 +95,14 @@
95
border-bottom: .1em dashed #c00;
96
cursor: help;
97
}
98
+
99
+ /* Set a background-color, no system backgorund used anymore */
100
+ select, input, textarea {
101
+ background: #FFFFFF;
102
+ border: 1px solid #DFDFDF;
103
+ padding: 1px;
104
+ }
105
106
107
/**
108
* Generic Content Classes
0 commit comments