diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-25 13:59:34 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-25 13:59:34 -0700 |
commit | 801aa9165ec47c11c6f7c687d70f627bbd87f566 (patch) | |
tree | 24ac0bd9cf3e431bd26feb1d627b609df43db2e4 | |
parent | 03d31911e18f8ca0ba2f8425943b4c244114a066 (diff) | |
parent | d1d5347ba3a567205fef36633b52f19a24485a42 (diff) |
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
-rw-r--r-- | theme/default/css/display.css | 2 | ||||
-rw-r--r-- | theme/identica/css/display.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css index f592e930f..89197bddb 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -245,7 +245,7 @@ div.notice-options input { font-family:sans-serif; } #content .notices li:hover { -background-color:#FCFCFC; +background-color:rgba(240, 240, 240, 0.2); } #conversation .notices li:hover { background-color:transparent; diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 09ad4c972..025debf34 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -245,7 +245,7 @@ div.notice-options input { font-family:sans-serif; } #content .notices li:hover { -background-color:#FCFCFC; +background-color:rgba(240, 240, 240, 0.2); } #conversation .notices li:hover { background-color:transparent; |