aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2007-04-22 20:23:52 +0000
committervdigital <vdigital@piwigo.org>2007-04-22 20:23:52 +0000
commit85efba1370bdc79b84d900955ba10dc0d71a7743 (patch)
treec089dc37d3eff3d2a0607af7b4ee7996906a2657
parentd96768a05e46157eb182660b5ca4061d34368d3c (diff)
Bug: Permalink arrows visibility / p0w0 theme.
git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1973 68402e56-0260-453c-a942-63ccdbb3a9ee
-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