diff --git a/css/style.css b/css/style.css index 0a8afc4..44b483f 100644 --- a/css/style.css +++ b/css/style.css @@ -996,6 +996,13 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { .direct-messages-list .post:hover { background: white; } + +.direct-messages-list .post .messages-qtd { + display: none; + top: 4px; + left: 56px; +} + .direct-messages-list li { position: relative; border-bottom: 1px solid #eee; @@ -2377,6 +2384,7 @@ ul.userMenu-search-profiles button, ul.userMenu-search-profiles .show-more-follo top: 5px; right: 5px; background: #A1B775; + text-align: center; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); color: #fff; width: 25px; diff --git a/sass/layout/_dm.sass b/sass/layout/_dm.sass index 9d4132c..583ef50 100644 --- a/sass/layout/_dm.sass +++ b/sass/layout/_dm.sass @@ -73,6 +73,12 @@ right: 5px .post:hover background: white + + .post .messages-qtd + display: none + top: 4px + left: 56px + li position: relative border-bottom: 1px solid $main-background-color diff --git a/sass/style.sass b/sass/style.sass index 52eda45..3aedb0c 100755 --- a/sass/style.sass +++ b/sass/style.sass @@ -234,6 +234,7 @@ ul.userMenu-search-profiles top: 5px right: 5px background: $main-color-color + text-align: center +text-shadow(1px 1px 0 rgba(#000,.2)) color: #fff width: 25px