add ::selection
This commit is contained in:
parent
f830f853a9
commit
3fd7e4e85a
File diff suppressed because one or more lines are too long
|
@ -339,7 +339,7 @@ body.ttrss_main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl.Selected {
|
.hl.Selected {
|
||||||
background : #f9fbff;
|
background : @color-accent-light;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hl.Grayed {
|
.hl.Grayed {
|
||||||
|
@ -1187,3 +1187,7 @@ body.ttrss_login {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background : @color-accent;
|
||||||
|
color : white;
|
||||||
|
}
|
Loading…
Reference in New Issue