diff options
-rw-r--r-- | lib/gallery.common.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 1ada929f..097e7c1e 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -789,3 +789,21 @@ div#g-action-status { -webkit-border-top-left-radius: 17px; -webkit-border-bottom-right-radius: 17px; } + +/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .g-paginator .ui-icon-seek-end { + background-position: -80px -160px; +} + +.rtl .g-paginator .ui-icon-seek-next { + background-position: -48px -160px; +} + +.rtl .g-paginator .ui-icon-seek-prev { + background-position: -32px -160px; +} + +.rtl .g-paginator .ui-icon-seek-first { + background-position: -64px -160px; +}
\ No newline at end of file |