forked from GNUsocial/gnu-social
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:
commit
801aa9165e
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user