"Flatten" menu button

master
Michael Rose 2014-02-25 16:03:15 -05:00
parent 64af630ff8
commit 74a74e635d
3 changed files with 3 additions and 3 deletions

View File

@ -1474,7 +1474,7 @@ svg:not(:root) {
-moz-border-radius-bottomleft: 0;
-moz-border-radius-topleft: 0;
outline: none;
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
opacity: 0.6;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;

File diff suppressed because one or more lines are too long

View File

@ -29,7 +29,7 @@
cursor: pointer;
outline: none;
.border-radius(0,3px,0,0);
box-shadow: 0 12px 24px fade(@black,35);
opacity: 0.6;
@media @medium {
.border-radius(3px,3px,3px,3px);
}