Skip to content

Commit

Permalink
Disable menu button and have no hover effect in customize mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinton committed Aug 21, 2012
1 parent fbe473c commit 2732366
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions australis/customization/mac/www/styles/toolbar.css
Expand Up @@ -307,3 +307,13 @@
.menuPanelButton.bookmark > .button.starred {
background-image: url(../images/button-bookmarkStarred.png) !important;
}

.window.customizeMode .menuButton {
border: 1px solid transparent;
background-color: hsla(210,32%,93%,.2);
border-color: transparent;
background-image: -moz-linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1));
background-clip: padding-box;
box-shadow: none;
opacity: .5;
}

0 comments on commit 2732366

Please sign in to comment.