mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-02-05 11:34:17 +00:00
tune DM's counters
This commit is contained in:
parent
823b62b651
commit
ab64c8c541
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user