diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/albumMain.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/albumMain.jsp
index fbc72e1..779346c 100644
--- a/subsonic-main/src/main/webapp/WEB-INF/jsp/albumMain.jsp
+++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/albumMain.jsp
@@ -17,7 +17,7 @@
#playButton {
cursor: pointer;
font-size:24px;
- color:#E65100;
+ color:#3184A5;
margin-left:1.0em;
margin-right:0.5em;
}
@@ -307,7 +307,7 @@
<%--@elvariable id="song" type="net.sourceforge.subsonic.domain.MediaFile"--%>
- ${fn:escapeXml(song.description)}
: ${fn:escapeXml(song.narrator)}
+ ${fn:escapeXml(song.description)}
: ${fn:escapeXml(song.narrator)}
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp
index 31e4d41..83dadfc 100644
--- a/subsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp
+++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/homePager.jsp
@@ -75,11 +75,5 @@
-
-
-
-
- |
-
\ No newline at end of file
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/more.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/more.jsp
index 117288d..0871362 100644
--- a/subsonic-main/src/main/webapp/WEB-INF/jsp/more.jsp
+++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/more.jsp
@@ -47,87 +47,10 @@
-
-
-
-
-
-
-" style="float: right;margin-left: 3em; margin-right: 3em"/>
-
-" target="_blank">
- " style="float: right;margin-left: 3em; margin-right: 3em"/>
-
-
${model.jamstashUrl}
diff --git a/subsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp b/subsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp
index 69f2aa5..6a6e5c4 100644
--- a/subsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp
+++ b/subsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp
@@ -20,7 +20,7 @@
">
diff --git a/subsonic-main/src/main/webapp/style/base.css b/subsonic-main/src/main/webapp/style/base.css
index d060ef4..e487637 100644
--- a/subsonic-main/src/main/webapp/style/base.css
+++ b/subsonic-main/src/main/webapp/style/base.css
@@ -18,7 +18,7 @@
}
.headerSelected {
- border-bottom: 3px solid #E65100;
+ border-bottom: 3px solid #3184A5;
}
/* Background color for form controls (use default). */
@@ -56,7 +56,7 @@ a:hover, a:hover * {
/* Color for warning messages. */
.warning {
- color: #E65100;
+ color: #3184A5;
}
/* Simple dark border. */
diff --git a/subsonic-main/src/main/webapp/style/default.css b/subsonic-main/src/main/webapp/style/default.css
index 12e6140..2142c07 100644
--- a/subsonic-main/src/main/webapp/style/default.css
+++ b/subsonic-main/src/main/webapp/style/default.css
@@ -21,9 +21,16 @@
}
.topframe {
- background-color: #E65100;
+ background-color: #3184A5;
color: white;
}
.topframe .icon {
color: white;
}
+
+#upper{
+ -webkit-box-shadow: 0 2px 2px 0px #999;
+ -moz-box-shadow: 0 2px 2px 0px #999;
+ box-shadow: 0 2px 2px 0px #999;
+ z-index:1;
+}
\ No newline at end of file
diff --git a/subsonic-main/src/main/webapp/style/videoPlayer.css b/subsonic-main/src/main/webapp/style/videoPlayer.css
index 83a2b89..a4a7219 100644
--- a/subsonic-main/src/main/webapp/style/videoPlayer.css
+++ b/subsonic-main/src/main/webapp/style/videoPlayer.css
@@ -35,7 +35,7 @@
#play, #pause, #buffer {
font-size: 24px;
- color: #E65100;
+ color: #3184A5;
margin-right: 12px;
}
@@ -85,14 +85,14 @@
}
#cc-on, #cast-active {
- color: #E65100;
+ color: #3184A5;
}
.ui-slider .ui-slider-handle {
width: 12px;
height: 12px;
cursor: pointer;
- background: #E65100;
+ background: #3184A5;
display: none;
border: none;
}
@@ -103,7 +103,7 @@
}
.ui-slider-range-min {
- background: #E65100;
+ background: #3184A5;
}
.ui-slider-handle:focus {