mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
add ::selection
This commit is contained in:
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;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user