Skip to content

Commit

Permalink
Only apply invert-y controls CSS to editor controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Jun 22, 2012
1 parent 3ce1fdb commit f237192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/annotator.css
Expand Up @@ -425,7 +425,7 @@
border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;
} }


.annotator-invert-y .annotator-controls { .annotator-editor.annotator-invert-y .annotator-controls {
border-top: none; border-top: none;
border-bottom: 1px solid rgb(180, 180, 180); border-bottom: 1px solid rgb(180, 180, 180);
-webkit-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;
Expand Down

0 comments on commit f237192

Please sign in to comment.