diff options
author | Friendika <info@friendika.com> | 2011-09-18 22:42:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-18 22:42:47 -0700 |
commit | 672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108 (patch) | |
tree | 92e9fefe146ce991778538d29fcebac8b60722f3 /view/theme | |
parent | 48ee3fa3b9c540185fb3691ce6a971dd2cf1fd68 (diff) | |
download | volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.tar.gz volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.tar.bz2 volse-hubzilla-672ecc7f7d2e17b0d35eccc94e6fa1b5eef0d108.zip |
more tag infrastructure
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 1 | ||||
-rw-r--r-- | view/theme/greenzero/greenicons.png | bin | 11888 -> 12317 bytes | |||
-rw-r--r-- | view/theme/loozah/style.css | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index acd7d5bb5..9bed3e972 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2749,6 +2749,7 @@ a.mail-list-link { .off { background-position: 0px -48px; } .starred { background-position: -16px -48px; } .unstarred { background-position: -32px -48px; } +.tagged { background-position: -48px -48px; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } diff --git a/view/theme/greenzero/greenicons.png b/view/theme/greenzero/greenicons.png Binary files differindex b20ac5c0d..2644e4284 100644 --- a/view/theme/greenzero/greenicons.png +++ b/view/theme/greenzero/greenicons.png diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 8636f1085..d9b0b6f2e 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -2732,6 +2732,7 @@ a.mail-list-link { .off { background-position: 0px -48px; } .starred { background-position: -16px -48px; } .unstarred { background-position: -32px -48px; } +.tagged { background-position: -48px -48px; } .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } |