diff options
author | Friendika <info@friendika.com> | 2011-03-24 01:16:14 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-24 01:16:14 -0700 |
commit | 51447932f707e1d0177ee4700266285ed80be2f6 (patch) | |
tree | 65b6b66cd1fd6a98de062476cf9daeee76c8aaa2 /view | |
parent | f0bd849555bab45e65b5a107560f801a9ddcfafd (diff) | |
download | volse-hubzilla-51447932f707e1d0177ee4700266285ed80be2f6.tar.gz volse-hubzilla-51447932f707e1d0177ee4700266285ed80be2f6.tar.bz2 volse-hubzilla-51447932f707e1d0177ee4700266285ed80be2f6.zip |
link same as visited
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/duepuntozero/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 758ab9699..7ab85344d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -16,7 +16,7 @@ body { } -a, a:visited { color: #3465a4; text-decoration: none; } +a, a:visited, a:link { color: #3465a4; text-decoration: none; } a:hover {text-decoration: underline; } input { @@ -218,7 +218,7 @@ div.wall-item-content-wrapper.shiny { cursor: pointer; } -.fakelink, .fakelink:visited { +.fakelink, .fakelink:visited, .fakelink:link { color: #3465a4; text-decoration: none; cursor: pointer; @@ -1844,7 +1844,7 @@ a.mail-list-link { margin-bottom: 15px; } -#photos-upload-perms-menu, #photos-upload-perms-menu:visited { +#photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link { color: #8888FF; text-decoration: none; cursor: pointer; |