forked from GNUsocial/gnu-social
Using neutral colour for notice hover
This commit is contained in:
@@ -228,8 +228,8 @@ div.notice-options a,
|
||||
div.notice-options input {
|
||||
font-family:sans-serif;
|
||||
}
|
||||
.notices li.hover {
|
||||
background-color:#fcfcfc;
|
||||
.notices li:hover {
|
||||
background-color:rgba(194, 194, 194, 0.025);
|
||||
}
|
||||
|
||||
.notices .notices {
|
||||
|
@@ -228,8 +228,8 @@ div.notice-options a,
|
||||
div.notice-options input {
|
||||
font-family:sans-serif;
|
||||
}
|
||||
.notices li.hover {
|
||||
background-color:#fcfcfc;
|
||||
.notices li:hover {
|
||||
background-color:rgba(194, 194, 194, 0.025);
|
||||
}
|
||||
|
||||
.notices .notices {
|
||||
|
Reference in New Issue
Block a user