Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a92ede

Browse files
author
minjk-bl
committed
CHROME: Fixed style
1 parent9dd0291 commit2a92ede

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

‎css/component/fileNavigation.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
z-index:300;
1111
background-color:rgba(0,0,0,.4);
1212
}
13+
/* CHROME: set default box-sizing for file navigation area */
14+
#vp_fileNavigation* {
15+
box-sizing: border-box!important;
16+
}
1317
.fileNavigationPage-container {
1418
position: relative;
1519
left:50%;

‎css/component/popupComponent.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
font-size:14px;
2727
color:var(--font-primary);
2828
}
29+
/* CHROME: set default box-sizing for popup area */
30+
.vp-popup-frame* {
31+
box-sizing: border-box!important;
32+
}
2933
.vp-popup-frame.vp-close {
3034
width:200px!important;
3135
min-width:200px!important;

‎css/mainFrame.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
background: white;
2626
z-index:100;
2727
}
28+
/* CHROME: set default box-sizing for vp area */
29+
div#vp_wrapper* {
30+
box-sizing: border-box!important;
31+
}
2832

2933
/* resizing handle */
3034
#vp_wrapper> .ui-resizable-handle {

‎css/menuFrame.css‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
width:100%;
6868
background: white;
6969
}
70-
.vp-menu-search-box {
70+
input.vp-menu-search-box {
7171
width:calc(100%-45px);
7272
height:30px;
7373
background:#FFFFFF;
@@ -84,6 +84,7 @@
8484
height:20px;
8585
position: relative;
8686
right:30px;
87+
top:6px;
8788
}
8889
.vp-board-toggle-icon {
8990
width:26px;

‎css/root.css‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ body {
7070
height:10px;
7171
}
7272
/* common component style */
73-
.vp-input {
73+
input.vp-input {
7474
font-size:14px;
7575
line-height:16px;
7676
height:30px;
@@ -81,7 +81,7 @@ body {
8181
border:0.25px solidvar(--border-gray-color);
8282
box-sizing: border-box;
8383
}
84-
.vp-input::placeholder {
84+
input.vp-input::placeholder {
8585
color:var(--gray-color);
8686
}
8787

@@ -103,7 +103,7 @@ body {
103103
.vp-file-browser-button.disabled {
104104
content: url(../img/folder_open_disabled.svg);
105105
}
106-
.vp-select {
106+
select.vp-select {
107107
height:30px;
108108
font-style: normal;
109109
font-weight: normal;
@@ -124,12 +124,12 @@ body {
124124
text-overflow: ellipsis;
125125
white-space: nowrap;
126126
}
127-
.vp-select::-ms-expand {
127+
select.vp-select::-ms-expand {
128128
display: none;
129129
}
130130

131131
/* Select Option Design */
132-
.vp-select* {
132+
select.vp-select* {
133133
background-color: white;
134134
color:#696969;
135135
}
@@ -153,7 +153,8 @@ body {
153153
}
154154

155155
/* Buttons */
156-
.vp-button {
156+
input.vp-button,
157+
button.vp-button {
157158
width:80px;
158159
height:30px;
159160
background:#FFFFFF;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp