Skip to content

Commit 7eb6c5f

Browse files
committed
css cleanup
1 parent ae76f64 commit 7eb6c5f

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

tabs/configuration.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,6 @@
9494
font-weight: normal;
9595
}
9696

97-
.tab-configuration .numberwide input {
98-
width: 55px;
99-
padding-left: 3px;
100-
height: 20px;
101-
line-height: 20px;
102-
text-align: left;
103-
border: 1px solid silver;
104-
border-radius: 3px;
105-
margin-right: 11px;
106-
font-size: 12px;
107-
font-weight: normal;
108-
}
109-
110-
11197
.tab-configuration .number .disabled {
11298
width: 48px;
11399
padding: 0px 5px;

tabs/configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
i18n="configurationunsyndePwm"></span>
5050
</label>
5151
</div>
52-
<div class="numberwide unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
52+
<div class="number unsyncedpwmfreq" style="display: show; margin-top: 5px; border-bottom: 1px solid #ddd; padding-bottom: 10px;">
5353
<label>
5454
<div class="numberspacer">
5555
<input type="number" name="unsyncedpwmfreq" min="200" max="32000" />

0 commit comments

Comments
 (0)