File tree Expand file tree Collapse file tree 5 files changed +21
-7
lines changed
Expand file tree Collapse file tree 5 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 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% ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff line change 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 ;
8484 height : 20px ;
8585 position : relative;
8686 right : 30px ;
87+ top : 6px ;
8788}
8889.vp-board-toggle-icon {
8990 width : 26px ;
Original file line number Diff line number Diff line change 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 ;
8181 border : 0.25px solid var (--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 ;
You can’t perform that action at this time.
0 commit comments