Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x

* '0.8.x' of git@gitorious.org:laconica/dev:
  Using transparent background colour instead of solid for notice on hover
This commit is contained in:
Zach Copley 2009-06-25 13:59:34 -07:00
commit 801aa9165e
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ div.notice-options input {
font-family:sans-serif; font-family:sans-serif;
} }
#content .notices li:hover { #content .notices li:hover {
background-color:#FCFCFC; background-color:rgba(240, 240, 240, 0.2);
} }
#conversation .notices li:hover { #conversation .notices li:hover {
background-color:transparent; background-color:transparent;

View File

@ -245,7 +245,7 @@ div.notice-options input {
font-family:sans-serif; font-family:sans-serif;
} }
#content .notices li:hover { #content .notices li:hover {
background-color:#FCFCFC; background-color:rgba(240, 240, 240, 0.2);
} }
#conversation .notices li:hover { #conversation .notices li:hover {
background-color:transparent; background-color:transparent;