diff options
author | Afterster <afterster@gmail.com> | 2013-11-01 12:23:56 +0100 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-11-05 20:40:13 -0500 |
commit | 872012a24f1f8e1d9c848a02b380b5c6edf3d10d (patch) | |
tree | f785d0563ae56f0afc7b70cf470234eb61ee368c /themes | |
parent | 8c7e802c9250b7c0e3f813dfb5a33cf76d143ac6 (diff) | |
download | ampache-872012a24f1f8e1d9c848a02b380b5c6edf3d10d.tar.gz ampache-872012a24f1f8e1d9c848a02b380b5c6edf3d10d.tar.bz2 ampache-872012a24f1f8e1d9c848a02b380b5c6edf3d10d.zip |
Makes active Localplay instance visible in Fresh theme
Diffstat (limited to 'themes')
-rw-r--r-- | themes/fresh/templates/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/fresh/templates/default.css b/themes/fresh/templates/default.css index 920f2404..a5f91949 100644 --- a/themes/fresh/templates/default.css +++ b/themes/fresh/templates/default.css @@ -290,6 +290,11 @@ hr { width:130px;
}
+/* Localplay */
+.active_instance {
+ border: 1px inset #99ccff;
+}
+
/***********************************************
Rightbar
***********************************************/
|