Skip to content

Commit 2a85c47

Browse files
author
minjk-bl
committed
small style changes
1 parent 4575960 commit 2a85c47

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

css/popupComponent.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@
217217
position: relative;
218218
padding-left: 20px;
219219
cursor: pointer;
220+
height: 15px;
221+
vertical-align: middle;
220222
}
221223
.vp-popup-frame input[type=checkbox]:not(.vp-checkbox):disabled + label,
222224
.vp-popup-frame label input[type=checkbox]:not(.vp-checkbox):disabled + span {

css/root.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ body {
137137
.vp-select.m {
138138
width: 116px !important;
139139
}
140+
.vp-input.sm,
141+
.vp-select.sm {
142+
width: 70px !important;
143+
}
140144
.vp-input.s,
141145
.vp-select.s {
142146
width: 55px !important;
@@ -201,6 +205,10 @@ body {
201205
color: #696969;
202206
cursor: not-allowed;
203207
}
208+
.vp-button.activated.disabled {
209+
background: #FFC09A;
210+
color: white;
211+
}
204212
.vp-checkbox {
205213
display: inline-block;
206214
position: relative !important;
@@ -355,7 +363,7 @@ hr.vp-extra-menu-line {
355363
}
356364
.vp-grid-col-p50 {
357365
display: grid;
358-
grid-template-columns: 52% 48%;
366+
grid-template-columns: 50% 50%;
359367
grid-row-gap: 5px;
360368
align-items: baseline;
361369
align-content: center;

0 commit comments

Comments
 (0)