Skip to content

Commit

Permalink
Improved styles for profile menu direct messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Nov 8, 2015
1 parent a963644 commit 7a61c6c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
@import "modules/menu/tabcomplete";
@import "modules/menu/flex";
@import "modules/menu/filters";
@import "modules/menu/direct-messaging";

@import "modules/header/base";
@import "modules/header/search";
Expand Down
8 changes: 4 additions & 4 deletions scss/modules/menu/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
}

input {
background: $color-shade-darkest;
border: 1px solid $color-shade-darkest;
background: $color-shade-dark;
border: 1px solid $color-shade-light;
}

textarea {
background: $color-shade-darkest;
border: 1px solid $color-shade-darkest;
background: $color-shade-dark;
border: 1px solid $color-shade-light;
}

#menu_footer {
Expand Down
18 changes: 18 additions & 0 deletions scss/modules/menu/_direct-messaging.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#im-list,
#starred-list {
li.member.active .presence {
color: $white;

&.away {
text-shadow: 1px 1px $color-shadow-light;
}
}
}

#about_dms_link {
color: $base-link-color;

&:hover {
color: $base-link-color-active;
}
}

0 comments on commit 7a61c6c

Please sign in to comment.