Skip to content

Commit

Permalink
Style tweaks for #28
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpeiris committed Jul 25, 2018
1 parent 84f8ac4 commit dd1ef2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/global.scss
Expand Up @@ -51,7 +51,7 @@ html, body, #app {
flex: 1;

.mosaic-window-toolbar {
background-color: $panel;
background-color: $toolbar;
height: 24px;
}

Expand Down
1 change: 1 addition & 0 deletions src/client/theme.scss
Expand Up @@ -13,6 +13,7 @@ $aqua: #8abeb7;
$blue: #81a2be;
$purple: #b294bb;
$deemphasized: grey;
$toolbar: #101010;
$header: #1b1b1b;
$shadow-color: rgba(12, 12, 13, .5);
$shadow-20: 0 2px 8px $shadow-color;
Expand Down
2 changes: 1 addition & 1 deletion src/client/ui/InputGroup.scss
Expand Up @@ -19,6 +19,6 @@
display: flex;
flex-direction: row;
margin-left: 4px;
flex: 2.5;
flex: 2.4;
}
}
2 changes: 2 additions & 0 deletions src/client/vendor/react-ui-tree/index.scss
Expand Up @@ -79,6 +79,8 @@

.caret-down:before {
content: "\25BE";
// Firefox decided to align this differently. This fixes it.
line-height: -moz-block-height;
}
}
}

0 comments on commit dd1ef2e

Please sign in to comment.