diff options
author | Thomas Willingham <founder@kakste.com> | 2012-05-22 19:14:58 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-05-22 19:14:58 +0100 |
commit | 18983bb932209336aa4b0e804c936c74e37e4260 (patch) | |
tree | 0a0e05e43803223a3feff9d3ccccb4bfee590caa /view/theme/darkzero-NS | |
parent | 3ce06caeed2e817fe401c4d8283beea17d8a34e4 (diff) | |
download | volse-hubzilla-18983bb932209336aa4b0e804c936c74e37e4260.tar.gz volse-hubzilla-18983bb932209336aa4b0e804c936c74e37e4260.tar.bz2 volse-hubzilla-18983bb932209336aa4b0e804c936c74e37e4260.zip |
Fix darkzero/ns BB icon background colours.
Diffstat (limited to 'view/theme/darkzero-NS')
-rw-r--r-- | view/theme/darkzero-NS/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 1efe093ed..6dc788f35 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -146,11 +146,11 @@ blockquote { background:#444; } - - - - .wall-item-content { max-height: 20000px; overflow: none; +} + +.editicon:hover { + background-color: #ccc; }
\ No newline at end of file |