Using transparent background colour instead of solid for notice on hover
This commit is contained in:
parent
6262fdbe78
commit
d1d5347ba3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user