Created
December 13, 2014 17:18
-
-
Save michael/7d7d2859ccc4541eb883 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#menu .toolbar-view .modes { | |
float: right; | |
height: 50px; | |
padding: 10px; | |
overflow: hidden; | |
} | |
#menu .toolbar-view .modes a { | |
display: block; | |
float: left; | |
line-height: 30px; | |
height: 30px; | |
padding: 0 20px; | |
font-size: 13px; | |
font-weight: 600; | |
color: rgba(255,255,255,0.4); | |
background: #3B3B3B; | |
-moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.70); | |
box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.70); | |
} | |
#menu .toolbar-view .modes a.toggle-publish { | |
border-top-right-radius: 4px; | |
border-bottom-right-radius: 4px; | |
} | |
#menu .toolbar-view .modes a.active { | |
color: #fff; | |
-moz-box-shadow: none; | |
box-shadow: none; | |
background: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment