Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
brycedorn committed Apr 15, 2016
1 parent 7072b84 commit 7669d93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions styles/controls.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
border-radius: @base-border-radius !important;
box-shadow: none !important;
}
.toolbar-window-controls {
opacity: 0.7;
}
body.platform-win32 {
.sheet-toolbar-container {
.btn-toolbar {
Expand Down
8 changes: 6 additions & 2 deletions styles/threads.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
@import "variables";

.message-item-wrap .message-item-white-wrap.composer-outer-wrap {
background: @toogabooga-lightest !important;
background: @white !important;

&.focused {
box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.28), 0 1px 1.5px rgba(0, 0, 0, 0.08), 0 0 3px @toogabooga-accent;
}

.composer-action-bar-wrap {
background: @toogabooga-lightest !important;
background: @white !important;
}
.composer-inner-wrap .composer-action-bar-wrap {
box-shadow: none !important;
Expand Down
2 changes: 1 addition & 1 deletion styles/variables.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Default overrides
*/
@star-color: #F1C40F;
@star-color: #FED100;
@snooze-color: #8d6be3;
@nylas-green: #1ABC9C;
@nylas-blue: #3498DB;
Expand Down

0 comments on commit 7669d93

Please sign in to comment.