Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uran1980 committed Mar 7, 2015
1 parent f476c13 commit 6b9dec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AppScrollToTopAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class AppScrollToTopAsset extends \yii\web\AssetBundle
'js/app-scroll-to-top.js',
];
public $depends = [
'ScrollToTopAsset',
'uran1980\yii\widgets\scrollToTop\ScrollToTopAsset',
];
}
6 changes: 3 additions & 3 deletions assets/css/app-scroll-to-top.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ a.scroll-to-top-link {
filter: alpha(opacity=30); /* For IE8 and earlier */
position: fixed;
bottom: 100px;
right: 20px;
right: 40px;
display: none;
text-indent: -9999px;
background-image: url(../img/icon_top.png);
background-repeat: no-repeat;
outline: none;
}
a.scroll-to-top-link:hover {
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}

0 comments on commit 6b9dec4

Please sign in to comment.