Skip to content

Commit 06a3f5a

Browse files
author
minjk-bl
committed
Edit Popup title font style
1 parent 4d74929 commit 06a3f5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

visualpython/css/component/popupComponent.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@
7373
color: var(--font-primary);
7474
cursor: pointer;
7575
}
76+
.vp-popup-category {
77+
color: var(--font-primary);
78+
font-size: 12px;
79+
}
7680
.vp-popup-frame.vp-focused .vp-popup-title {
7781
font-family: 'AppleSDGothicNeo';
7882
color: var(--font-highlight);
@@ -193,12 +197,14 @@
193197
.vp-popup-button[data-type="run"] {
194198
display: inline-block;
195199
width: 60px;
200+
min-width: 60px;
196201
border-radius: 3px 0px 0px 3px;
197202
border-right: 0.25px solid white !important;
198203
}
199204
.vp-popup-button[data-type="show-detail"] {
200205
display: inline-block;
201206
width: 20px;
207+
min-width: 20px;
202208
height: 28px;
203209
border-radius: 0px 3px 3px 0px;
204210
padding: 0px 2px 0px 0px;
@@ -267,6 +273,7 @@
267273
padding-left: 20px;
268274
cursor: pointer;
269275
height: 15px;
276+
line-height: 15px;
270277
vertical-align: middle;
271278
}
272279
.vp-popup-frame input[type=checkbox]:not(.vp-checkbox):disabled + label,

0 commit comments

Comments
 (0)