Skip to content

Commit

Permalink
updated z-index in all themes; fixes #447
Browse files Browse the repository at this point in the history
  • Loading branch information
Mottie committed Dec 7, 2012
1 parent 26a1759 commit 1330daf
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions css/LESS/anythingslider.less
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/LESS/theme-construction.less
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/LESS/theme-cs-portfolio.less
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/LESS/theme-metallic.less
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/LESS/theme-minimalist-round.less
Original file line number Diff line number Diff line change
Expand Up @@ -358,11 +358,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/LESS/theme-minimalist-square.less
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}

.activePage {
z-index: 0;
z-index: 1;
}
}

Expand Down
4 changes: 2 additions & 2 deletions css/anythingslider.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down
4 changes: 2 additions & 2 deletions css/theme-construction.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down
4 changes: 2 additions & 2 deletions css/theme-cs-portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ IE8 AND OLDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down
4 changes: 2 additions & 2 deletions css/theme-metallic.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ IE8 AND OLDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down
4 changes: 2 additions & 2 deletions css/theme-minimalist-round.css
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down
4 changes: 2 additions & 2 deletions css/theme-minimalist-square.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,11 @@ COMMON SLIDER STYLING
position: absolute;
top: 0;
left: 0;
z-index: -1;
z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
z-index: 0;
z-index: 1;
}

/***********************
Expand Down

0 comments on commit 1330daf

Please sign in to comment.