aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-04-22 20:09:44 +0000
committervdigital <vdigital@piwigo.org>2007-04-22 20:09:44 +0000
commit013d0ec34202d0c6dd96ddcd82fe913f6a3cd223 (patch)
treee83919a94f19654ddd50583c636bd206c4253273 /template
parent37096826b4f817a65ca6f70abf9f7e583c4e0df4 (diff)
Bug: Permalink arrows visibility / p0w0 theme.
git-svn-id: http://piwigo.org/svn/trunk@1972 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/p0w0/theme.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css
index c70d92ba0..4c5ea8148 100644
--- a/template/yoga/theme/p0w0/theme.css
+++ b/template/yoga/theme/p0w0/theme.css
@@ -278,3 +278,6 @@ input.submit:active {
}
.qsearch { font-size: 80%; font-style: italic; }
* { outline: none; }
+
+tr.throw td a { color: #fff; }
+tr.throw td a:focus { color: #f92; } \ No newline at end of file