cinera.css: Index a:visited style
This commit is contained in:
parent
9d9d8a6332
commit
87e63a54e7
|
@ -14,7 +14,7 @@ typedef struct
|
||||||
version CINERA_APP_VERSION = {
|
version CINERA_APP_VERSION = {
|
||||||
.Major = 0,
|
.Major = 0,
|
||||||
.Minor = 5,
|
.Minor = 5,
|
||||||
.Patch = 32
|
.Patch = 33
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
// TODO(matt): Copy in the DB 3 stuff from cinera_working.c
|
||||||
|
|
|
@ -77,6 +77,16 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cineraIndexEntries div a::before {
|
||||||
|
content: "•";
|
||||||
|
margin: 0 4px;
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cineraIndexEntries div a:visited:before {
|
||||||
|
color: #33FF33;
|
||||||
|
}
|
||||||
|
|
||||||
#cineraResults .dayContainer .markerList {
|
#cineraResults .dayContainer .markerList {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue