mirror of
https://github.com/friendica/friendica
synced 2024-11-19 10:23:41 +00:00
Darkzero/NS - make the archives font the same colour as the other widgets.
This commit is contained in:
parent
bf0ab10caf
commit
c4df339b92
2 changed files with 8 additions and 0 deletions
|
@ -153,4 +153,8 @@ blockquote {
|
||||||
|
|
||||||
.editicon:hover {
|
.editicon:hover {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
#datebrowse-sidebar select {
|
||||||
|
color:#99CCFF !important;
|
||||||
}
|
}
|
|
@ -149,4 +149,8 @@ blockquote {
|
||||||
/* This seems okay to me...we might not need a new iconset, lets see how people react */
|
/* This seems okay to me...we might not need a new iconset, lets see how people react */
|
||||||
.editicon {
|
.editicon {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
#datebrowse-sidebar select {
|
||||||
|
color:#99CCFF !important;
|
||||||
}
|
}
|
Loading…
Reference in a new issue