dbgate-web 6.5.4 → 6.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/public/global.css CHANGED
@@ -117,7 +117,7 @@ body {
117
117
  max-width: 16.6666%;
118
118
  }
119
119
 
120
- .largeFormMarker input[type='text'], .largeFormMarker input[type='number'], .largeFormMarker input[type='password'], .largeFormMarker textarea {
120
+ .largeFormMarker input[type='text'], .largeFormMarker input[type='number'], .largeFormMarker input[type='password'], .largeFormMarker textarea {
121
121
  width: 100%;
122
122
  padding: 10px 10px;
123
123
  font-size: 14px;
@@ -126,6 +126,13 @@ body {
126
126
  border: 1px solid var(--theme-border);
127
127
  }
128
128
 
129
+ .input1 {
130
+ padding: 5px 5px;
131
+ font-size: 14px;
132
+ box-sizing: border-box;
133
+ border-radius: 4px;
134
+ border: 1px solid var(--theme-border);
135
+ }
129
136
 
130
137
  .largeFormMarker select {
131
138
  width: 100%;