Skip to content

Commit

Permalink
Minor adjustments in scm and siw css.
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bicker <jan.bicker@typefox.io>
  • Loading branch information
jbicker committed Sep 5, 2019
1 parent 78e0b20 commit 22e1091
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/scm/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
box-sizing: border-box;
height: 26px;
min-height: 26px;
padding: 4px 4px 4px 4px;
padding: 4px;
border: none;
}

.theia-scm-input-message-container textarea:placeholder-shown {
Expand All @@ -110,8 +111,7 @@
}

.theia-scm-input-message-container textarea:not(:focus) {
border-style: solid;
border-width: 1px;
border: none;
}

.theia-scm-input-message {
Expand Down
7 changes: 5 additions & 2 deletions packages/search-in-workspace/src/browser/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
font-size: var(--theia-ui-font-size1);
padding-left: 8px;
color: var(--theia-ui-font-color1);
padding: 3px 0 3px 4px;
}

.t-siw-search-container input[type="text"]:focus {
Expand Down Expand Up @@ -78,13 +79,15 @@

.t-siw-search-container .searchHeader .search-field-container {
background: var(--theia-layout-color2);
border-style: solid;
border-width: var(--theia-border-width);
border-color: var(--theia-border-color1);
}

.t-siw-search-container .searchHeader .search-field-container.focused {
border-style: solid;
border-width: var(--theia-border-width);
border-color: var(--theia-accent-color3);
margin: -1px;
}

.t-siw-search-container .searchHeader .search-field {
Expand Down Expand Up @@ -332,7 +335,7 @@
width: 15px;
min-width: 15px;
justify-content: center;
margin-right: 2px;
margin-right: 1px;
box-sizing: border-box;
}

Expand Down

0 comments on commit 22e1091

Please sign in to comment.