Minor display changes

This commit is contained in:
Trevor Squillario 2013-11-18 20:08:03 -05:00
parent 0bc1b4b4ba
commit b8e00f71d9
3 changed files with 27 additions and 16 deletions

View file

@ -3,6 +3,7 @@ function PlaylistCtrl($scope, $rootScope, $location, utils, globals, model, noti
$("#LayoutContainer").layout($scope.layoutTwoCol);
$rootScope.song = [];
$scope.itemType = 'pl';
$scope.playlists = [];
$scope.playlistsPublic = [];
$scope.playlistsGenre = globals.SavedGenres;

View file

@ -26,14 +26,14 @@ span.apiversion
.lgsection
{
background: #323232;
border-top: 1px solid #5A5A5A;
border-bottom: 1px solid #5A5A5A;
border-top: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
}
.fullsection
{
background: #323232;
border-top: 1px solid #5A5A5A;
border-bottom: 1px solid #5A5A5A;
border-top: 1px solid #1D1D1D;
border-bottom: 1px solid #1D1D1D;
}
.smsection
{
@ -50,26 +50,26 @@ span.apiversion
#nav a:hover
{
color: #545454;
border: 1px solid #5A5A5A;
border: 1px solid #1D1D1D;
border-bottom: none;
}
#nav a.active
{
color: #545454;
background: #323232;
border: 1px solid #5A5A5A;
border: 1px solid #1D1D1D;
border-bottom: none;
}
#nav a.active:hover
{
color: #545454;
border: 1px solid #5A5A5A;
border: 1px solid #1D1D1D;
border-bottom: none;
}
#SideBar
{
background: #292929;
border: 1px solid #5A5A5A;
border: 1px solid #1D1D1D;
}
#NowPlaying, #ChatMsgs
{
@ -134,7 +134,7 @@ a.button {
background: #323232;
background: -webkit-gradient(linear,0% 40%,0% 70%,from(#323232),to(#323232));
background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#323232),to(#323232));
border: solid 1px #5A5A5A;
border: solid 1px #1A1A1A;
}
a.button:hover {
color: #939393;
@ -314,17 +314,27 @@ label
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
-webkit-border-radius: 10px;
background: #252525;
/*
background: #232323;
border-bottom: 1px solid #171717;
*/
}
::-webkit-scrollbar-thumb {
cursor: pointer;
border: 1px solid #1a1a1a;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #030303;
/*background: #030303;*/
background: #bbb;
-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(34, 34, 34, 0.2);
}
.ui-layout-resizer {
background: #232323 !important;
border: 1px solid #171717 !important;;
}
.accordion .accordionItemTitle {
background: #383838;
border: 1px solid #252525;

View file

@ -623,11 +623,11 @@ ul.songlist .album a.remove
}
ul.songlist .album a.rate
{
background: url('../images/star_wo_12x12.png') 4px center no-repeat;
background: url('../images/star_lgo_12x12.png') 4px center no-repeat;
}
ul.songlist .album a.rate:hover
{
background: url('../images/star_lgo_12x12.png') 4px center no-repeat;
background: url('../images/star_lg_12x12.png') 4px center no-repeat;
}
ul.songlist .album a.favorite
{
@ -777,11 +777,11 @@ ul.songlist .row a.add:hover
}
ul.songlist .row a.rate
{
background: url('../images/star_wo_12x12.png') center 3px no-repeat;
background: url('../images/star_lgo_12x12.png') center 3px no-repeat;
}
ul.songlist .row a.rate:hover
{
background: url('../images/star_lgo_12x12.png') center 3px no-repeat;
background: url('../images/star_lg_12x12.png') center 3px no-repeat;
}
ul.songlist .row a.favorite
{
@ -1331,12 +1331,12 @@ ul.songlist li:hover
width: 12px;
margin: 2px;
display: block;
background: url('../images/star_wo_12x12.png') 0 center no-repeat;
background: url('../images/star_lgo_12x12.png') 0 center no-repeat;
background-color: #ffffff;
}
#songdetails a.rate:hover
{
background: url('../images/star_lgo_12x12.png') 0 center no-repeat;
background: url('../images/star_lg_12x12.png') 0 center no-repeat;
background-color: #ffffff;
}
#songdetails a.favorite