Playlist remove button fixes
This commit is contained in:
@@ -157,7 +157,7 @@ $icons_dir: "/images/icns/";
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 20;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
height: 26px;
|
||||
@include alpha_gradient(32, 32, 32, '202020');
|
||||
}
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: 20;
|
||||
width: 100px;
|
||||
width: 80px;
|
||||
height: 26px;
|
||||
background: -moz-linear-gradient(left, rgba(32, 32, 32, 0) 0%, #202020 50%, #202020 100%);
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(32, 32, 32, 0)), color-stop(50%, #202020), color-stop(100%, #202020));
|
||||
|
||||
Reference in New Issue
Block a user