Skip to content

Instantly share code, notes, and snippets.

@mauritslamers
Created April 10, 2014 17:20
Show Gist options
  • Save mauritslamers/10403845 to your computer and use it in GitHub Desktop.
Save mauritslamers/10403845 to your computer and use it in GitHub Desktop.
.ace.toolbar {
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
box-shadow: rgba(0, 0, 0, 0.3) 0 0 2px;
background-position: 0px -2803px;
background-repeat: repeat-x;
border-color: #999;
border-style: solid;
color: #505050;
text-shadow: 0 1px 1px white;
}
@import "compass/css3";
$theme.toolbar {
@include box-shadow(rgba(0,0,0,0.3) 0 0 2px);
@include slice(toolbar.png, $width: 1, $repeat: repeat-x);
border-color: #999;
border-style: solid;
color: #505050;
text-shadow: 0 1px 1px white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment