diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 8beaab96c0..1ad6802fb4 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -41,12 +41,12 @@ a.showMoreImage { display: block; height: 30px; line-height: 30px; -background: #888; +background: #2B85C4; position: absolute; bottom: 0px; width: 100%; opacity: 0.7; text-align: center; -color:red; +color:#fff; } a.showMoreImage:hover{opacity: 1;}