css: Add a :checked pseudoclass

https://bugzilla.gnome.org/show_bug.cgi?id=733967
This commit is contained in:
Benjamin Otte
2014-08-14 03:00:02 +02:00
parent 3f4b9d8164
commit 36a2e7ca8e
6 changed files with 17 additions and 9 deletions

View File

@ -49,3 +49,7 @@
:visited {
color: red;
}
:checked {
color: red;
}