Merge remote-tracking branch 'airsonic/pr/700'

master
Andrew DeMaria 6 years ago
commit a097597bca
No known key found for this signature in database
GPG Key ID: 0A3F5E91F8364EDF
  1. 4
      airsonic-main/src/main/webapp/WEB-INF/jsp/playQueue.jsp
  2. 3
      airsonic-main/src/main/webapp/style/buuftheme.css
  3. 1
      airsonic-main/src/main/webapp/style/coolandclean.css
  4. 0
      airsonic-main/src/main/webapp/style/default-without-mediaelement.css
  5. 3
      airsonic-main/src/main/webapp/style/default.css
  6. 2
      airsonic-main/src/main/webapp/style/denim.css
  7. 2
      airsonic-main/src/main/webapp/style/groove.css
  8. 1
      airsonic-main/src/main/webapp/style/hd.css
  9. 1
      airsonic-main/src/main/webapp/style/hd1080.css
  10. 3
      airsonic-main/src/main/webapp/style/hiconi.css
  11. 2
      airsonic-main/src/main/webapp/style/hitech.css
  12. 12
      airsonic-main/src/main/webapp/style/jquery.contextMenu.css
  13. 11
      airsonic-main/src/main/webapp/style/mediaelement-dark.css
  14. 7
      airsonic-main/src/main/webapp/style/mediaelement-light.css
  15. 3
      airsonic-main/src/main/webapp/style/midnight.css
  16. 2
      airsonic-main/src/main/webapp/style/monochrome.css
  17. 5
      airsonic-main/src/main/webapp/style/monochrome_black.css
  18. 2
      airsonic-main/src/main/webapp/style/pinkpanther.css
  19. 2
      airsonic-main/src/main/webapp/style/simplify.css
  20. 2
      airsonic-main/src/main/webapp/style/sonic.css
  21. 2
      airsonic-main/src/main/webapp/style/sonic_blue.css
  22. 2
      airsonic-main/src/main/webapp/style/sonic_white.css
  23. 22
      airsonic-main/src/main/webapp/style/subStandard.css

@ -451,7 +451,7 @@
$("#starSong" + id).attr("src", "<spring:theme code='ratingOnImage'/>");
} else {
$("#starSong" + id).attr("src", "<spring:theme code='ratingOffImage'/>");
}
}
if ($("#currentImage" + id) && song.streamUrl == currentStreamUrl) {
$("#currentImage" + id).show();
if (isJavaJukeboxPresent()) {
@ -677,7 +677,7 @@
</c:when>
<c:otherwise>
<div class="bgcolor2" style="position:fixed; bottom:0; width:100%;padding-top:10px;">
<table style="white-space:nowrap;">
<table style="white-space:nowrap; margin-bottom:0;">
<tr style="white-space:nowrap;">
<c:if test="${model.user.settingsRole and fn:length(model.players) gt 1}">
<td style="padding-right: 5px"><select name="player" onchange="location='playQueue.view?player=' + options[selectedIndex].value;">

@ -6,7 +6,7 @@
* Icons used are released under Creative Commons.
* Heading icons are part of the Albook icon pack created by Laurent Baumann (http://lbaumann.com/)
* Main theme icon part of itunes icon pack created by Michael Flarup (http://pixelresort.com)
*
*
*
* Edited for BUUF Theme by Fractal Systems
* BUUF artwork: Based on icons by Paul Davey aka Mattahan. All rights reserved.
@ -109,4 +109,3 @@ body {
margin: 5px;
padding: 5px;
}

@ -105,4 +105,3 @@ body {
margin: 5px;
padding: 5px;
}

@ -1,3 +1,2 @@
@import "default-without-mediaelement.css";
@import "mediaelement-light.css";
@import "default-without-mediaelement-light.css";

@ -87,4 +87,4 @@ html {
label, p {
color: #CCC;
}
}

@ -99,4 +99,4 @@ html {
label, p {
color: #CCC;
}
}

@ -80,4 +80,3 @@ input, select {
.albumComment, .log {
font-size: 12pt;
}

@ -14,4 +14,3 @@ body {
.detail, .albumComment, .log {
font-size: 12pt;
}

@ -4,7 +4,8 @@
* Author: Jeebs (Fisher Evans)
*/
@import "default-without-mediaelement-light.css";
@import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
table {
color: #a3a3a3;

@ -87,4 +87,4 @@ body {
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom right;
}
}

@ -13,9 +13,9 @@
*/
.context-menu-list {
margin:0;
margin:0;
padding:0;
min-width: 120px;
max-width: 250px;
display: inline-block;
@ -24,13 +24,13 @@
border: 1px solid #DDD;
background: #EEE;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
@ -85,7 +85,7 @@
/* icons
#protip:
In case you want to use sprites for icons (which I would suggest you do) have a look at
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement
.context-menu-item.icon:before {}
*/
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
@ -115,7 +115,7 @@
.context-menu-input > label > select {
display: block;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;

@ -0,0 +1,11 @@
.mejs__container {
background: transparent;
}
.mejs__container .me_cannotplay a {
background: transparent;
}
.mejs__controls:not([style*="display: none"]) {
background: transparent;
}

@ -1,4 +1,3 @@
.mejs__overlay-loading-bg-img {
background-image: url("mejs-controls-dark.svg");
}
@ -12,15 +11,15 @@
}
.mejs__container {
background: #F1F1F1;
background: transparent;
}
.mejs__container .me_cannotplay a {
color: #F1F1F1;
background: transparent;
}
.mejs__controls:not([style*="display: none"]) {
background: #F1F1F1;
background: transparent;
}
.mejs__time {

@ -4,7 +4,8 @@
* Author: Sindre Mehus
*/
@import "default-without-mediaelement-light.css";
@import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
/* The primary background color. */
.bgcolor1, table.music tr:nth-of-type(even) {

@ -88,4 +88,4 @@ body {
padding: 5px;
color: #FFFFFF;
background-color: #C0C0C0;
}
}

@ -4,7 +4,8 @@
* Author: David D ddavis1@gmail.com
*/
@import "default-without-mediaelement-light.css";
@import "default-without-mediaelement.css";
@import "mediaelement-dark.css";
/* The primary background colour. */
.bgcolor1, table.music tr:nth-of-type(even) {
@ -107,4 +108,4 @@ body {
label, p {
color: #CCC;
}
}

@ -88,4 +88,4 @@ html {
label, p {
color: #CCC;
}
}

@ -87,4 +87,4 @@ html {
label, p {
color: #CCC;
}
}

@ -85,4 +85,4 @@ html {
label, p {
color: #696969;
}
}

@ -74,4 +74,4 @@ a:hover, a:hover * {
label, p {
color: #CCC;
}
}

@ -75,4 +75,4 @@ a:hover, a:hover * {
label, p {
color: #696969;
}
}

@ -79,7 +79,7 @@ a:hover, a:hover * {
/* Selected Headers. */
.headerSelected {
color: #FFDA23;
text-shadow: 0.1em 0.1em 0.2em grey;
text-shadow: 0.1em 0.1em 0.2em grey;
background-color: transparent;
border: 0px
}
@ -133,11 +133,11 @@ a:hover, a:hover * {
}
::-webkit-scrollbar-button {
display:none;
background:
background:
-webkit-gradient(
linear,
0 0,
100% 0,
linear,
0 0,
100% 0,
from(#464646),
to(#383838)
);
@ -155,12 +155,12 @@ a:hover, a:hover * {
::-webkit-scrollbar-thumb:horizontal{
height: 12px;
-webkit-border-radius:12px;
background:
background:
-webkit-gradient(
linear,
0 0,
0 100%,
from(rgba(0,0,0,0.1)),
linear,
0 0,
0 100%,
from(rgba(0,0,0,0.1)),
to(rgba(0,0,0,0.25))
);
border: 6px solid transparent;
@ -177,4 +177,4 @@ a:hover, a:hover * {
background: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;
background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)) 0 0 repeat, url(images/webkit-arrows-vert.png) -19px 50% no-repeat, #bfb6a3 url(images/bg-blog-repeat.png) 0 0 no-repeat;
-webkit-border-radius: 0 0 6px 0;
}
}

Loading…
Cancel
Save