Skip to content

Commit

Permalink
improve Superfish menus shadow for RTL, and add round corners support…
Browse files Browse the repository at this point in the history
… for Opera
  • Loading branch information
mamouneyya authored and Tim Almdal committed Jun 23, 2010
1 parent acc9ec8 commit 69fffda
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/gallery.common.css
Expand Up @@ -840,10 +840,18 @@ div#g-action-status {
.rtl .sf-shadow ul {
background: url('superfish/images/shadow.png') no-repeat bottom left;
padding: 0 0 9px 8px;
-moz-border-radius-bottomright: 17px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomleft: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-topleft: 17px;
-moz-border-radius-bottomright: 17px;
-webkit-border-top-left-radius: 17px;
-webkit-border-bottom-right-radius: 17px;
border-top-left-radius: 17px;
border-bottom-right-radius: 17px;
}

/* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */
Expand Down

0 comments on commit 69fffda

Please sign in to comment.