Using neutral colour for notice hover
This commit is contained in:
parent
8c24a3bc92
commit
5daa0e358f
@ -228,8 +228,8 @@ div.notice-options a,
|
|||||||
div.notice-options input {
|
div.notice-options input {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
.notices li.hover {
|
.notices li:hover {
|
||||||
background-color:#fcfcfc;
|
background-color:rgba(194, 194, 194, 0.025);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notices .notices {
|
.notices .notices {
|
||||||
|
@ -228,8 +228,8 @@ div.notice-options a,
|
|||||||
div.notice-options input {
|
div.notice-options input {
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
}
|
}
|
||||||
.notices li.hover {
|
.notices li:hover {
|
||||||
background-color:#fcfcfc;
|
background-color:rgba(194, 194, 194, 0.025);
|
||||||
}
|
}
|
||||||
|
|
||||||
.notices .notices {
|
.notices .notices {
|
||||||
|
Loading…
Reference in New Issue
Block a user