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:
parent
086f3b8780
commit
5ab1ed2e93
2 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue