Browse Source

tune DM's counters

nin-v2
Simon Grim 9 years ago
parent
commit
ab64c8c541
  1. 8
      css/style.css
  2. 6
      sass/layout/_dm.sass
  3. 1
      sass/style.sass

8
css/style.css

@ -996,6 +996,13 @@ button.light:hover, .light.show-more-followers:hover, a.button.light:hover { @@ -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 @@ -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;

6
sass/layout/_dm.sass

@ -73,6 +73,12 @@ @@ -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

1
sass/style.sass

@ -234,6 +234,7 @@ ul.userMenu-search-profiles @@ -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

Loading…
Cancel
Save