Skip to content

Instantly share code, notes, and snippets.

@adacable
Created April 16, 2014 10:53
Show Gist options
  • Select an option

  • Save adacable/10851879 to your computer and use it in GitHub Desktop.

Select an option

Save adacable/10851879 to your computer and use it in GitHub Desktop.
twitter stylsheet fixes
.global-nav .container{
max-width:890px;
}
#global-actions>li{
width:96.6666667px;
}
#global-actions > li > a{
padding:0;
display:block;
margin:0 auto;
}
.nav>li>a .text{
display:none;
}
.nav>li .Icon{
margin:11px 0 0 00px;
width:100%;
}
.bird-topbar-etched{
display:none;
}
#global-new-tweet-button{
color:white;
}
#global-actions > li:hover > a, #global-actions > li > a:focus, .nav.right-actions > li > a:hover, .nav.right-actions > li > button:hover, .nav.right-actions > li > a:focus, .nav.right-actions > li > button:focus{
background:white;
}
.tweet-btn{
background:white;
background-color:white;
}
.Icon--tweet:before{
color:black;
}
.tweet-btn, .tweet-btn:focus{
color:black;
}
.primary-btn:hover > .Icon--tweet:before,
.primary-btn:focus > .Icon--tweet:before{
color:white;
}
#global-new-tweet-button:hover{
background-color:black;
}
.tweet-btn:hover .Icon--tweet:before{
color:white;
}
[data-global-action="discover"]{
display:none;
}
.global-nav .search-input{
border-radius:6px;
}
.global-nav .people .count.new-count{
display:none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment