Skip to content

Commit

Permalink
Bug 738714: Forgot achievement notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
glecollinet committed Mar 23, 2012
1 parent 7737177 commit 1ea0f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/css/main.css
Expand Up @@ -100,7 +100,7 @@ footer, header, hgroup, menu, nav, section {
#background, #foreground { margin:0; padding:0;}

#achievements nav::selection {background:transparent;text-decoration:none;color:transparent;}
#canvas, #bar-container, #bubbles, #chatbox, #canvasborder, #foreground, #background, footer, #container {-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;-ms-user-select:none;}
#canvas, #bar-container, #bubbles, #chatbox, #canvasborder, #foreground, #background, footer, #container, #achievement-notification {-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;-ms-user-select:none;}

.started #canvas {cursor:none;}

Expand Down

0 comments on commit 1ea0f42

Please sign in to comment.