diff options
author | Michael Vogel <icarus@dabo.de> | 2012-03-11 17:45:12 +0100 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-03-11 17:45:12 +0100 |
commit | b879a1ddf1575a3bd355edcee634be4a8d179c25 (patch) | |
tree | f3079c07ef0ffd7551662d68bdaf485d1209ce95 /view/theme | |
parent | eb3b211461906c405c7d016401cb3cd6d7d03b83 (diff) | |
download | volse-hubzilla-b879a1ddf1575a3bd355edcee634be4a8d179c25.tar.gz volse-hubzilla-b879a1ddf1575a3bd355edcee634be4a8d179c25.tar.bz2 volse-hubzilla-b879a1ddf1575a3bd355edcee634be4a8d179c25.zip |
Pages: Show every community page - even from foreign servers (with caching)
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/diabook/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/diabook/style.css b/view/theme/diabook/style.css index 0504ce96a..ce3307645 100644 --- a/view/theme/diabook/style.css +++ b/view/theme/diabook/style.css @@ -484,6 +484,9 @@ code { #sidebar-group-list .tool:hover { background: #EEE; } +#sidebar-pages-list .tool:hover { + background: #EEE; +} .tool .label { float: left; } |