1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 09:49:30 +02:00

Fix level=error errors

This commit is contained in:
Phyks (Lucas Verney) 2016-06-20 14:33:10 +02:00
parent 086f3b8780
commit 5ab1ed2e93
2 changed files with 5 additions and 4 deletions

View file

@ -236,8 +236,8 @@ input[type=button]:focus:active, input[type=submit]:focus:active {
Rightbar
***********************************************/
#rightbar {
//background-color: rgba(0,0,0,0.15);
background-color: #222;
/* background-color: rgba(0,0,0,0.15); */
background-color: #222;
border-color: gba(0,0,0,0.15);
-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.05);
-moz-box-shadow: 0 0 5px rgba(255,255,255,0.05);