Index: Changelog6.html
===================================================================
--- Changelog6.html (revision 8623)
+++ Changelog6.html (working copy)
@@ -433,6 +433,7 @@
#3801 - Playing a song from a saved playlist will play the whole list
#3803 - changing 'Maintain Client Playlists' setting crashes server
#3805 - Statistics page does list only one song
+ #3810 - gallery view text shifts around in Firefox
Index: HTML/ExBrowse3/exbrowse.css
===================================================================
--- HTML/ExBrowse3/exbrowse.css (revision 8623)
+++ HTML/ExBrowse3/exbrowse.css (working copy)
@@ -28,6 +28,7 @@
a.active {
font-weight: bold;
color: white;
+ outline: none;
}
a:hover {
Index: HTML/Touch/slimserver.css
===================================================================
--- HTML/Touch/slimserver.css (revision 8623)
+++ HTML/Touch/slimserver.css (working copy)
@@ -22,6 +22,7 @@
a:hover, a:visited, a:active, a:link {
text-decoration:none;
color: #666666;
+ outline: none;
}
a:hover {
Index: HTML/Default/slimserver.css
===================================================================
--- HTML/Default/slimserver.css (revision 8623)
+++ HTML/Default/slimserver.css (working copy)
@@ -35,6 +35,7 @@
a:active {
color: #555;
+ outline: none;
}
a:hover {
Index: HTML/Moser/slimserver.css
===================================================================
--- HTML/Moser/slimserver.css (revision 8623)
+++ HTML/Moser/slimserver.css (working copy)
@@ -81,6 +81,7 @@
A:active {
color : rgb(71,104,149);
text-decoration : none;
+ outline: none;
}
.label {
Index: HTML/Nokia770/slimserver.css
===================================================================
--- HTML/Nokia770/slimserver.css (revision 8623)
+++ HTML/Nokia770/slimserver.css (working copy)
@@ -22,6 +22,7 @@
a:hover, a:visited, a:active, a:link {
text-decoration:none;
color: #666666;
+ outline: none;
}
a:hover {
Index: HTML/EN/slimserver.css
===================================================================
--- HTML/EN/slimserver.css (revision 8623)
+++ HTML/EN/slimserver.css (working copy)
@@ -3,6 +3,10 @@
overflow-y: scroll;
}
+a:active {
+ outline: none;
+}
+
body {
background-color: #FFFFFF;
}
Index: HTML/Default2/slimserver.css
===================================================================
--- HTML/Default2/slimserver.css (revision 8623)
+++ HTML/Default2/slimserver.css (working copy)
@@ -129,6 +129,10 @@
text-decoration: underline;
}
+a:active {
+ outline: none;
+}
+
.fakehover {
text-decoration: underline;
}