diff options
author | Thomas Willingham <founder@kakste.com> | 2012-06-21 02:42:38 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-06-21 02:42:38 +0100 |
commit | c4df339b9235ee180c524dfa373ab7e5fa6c8f93 (patch) | |
tree | a687c4996c13d78b4c16f34d821580d3ecde89fc | |
parent | bf0ab10cafbcd7a238042cbd81c1bf521c9d12ea (diff) | |
download | volse-hubzilla-c4df339b9235ee180c524dfa373ab7e5fa6c8f93.tar.gz volse-hubzilla-c4df339b9235ee180c524dfa373ab7e5fa6c8f93.tar.bz2 volse-hubzilla-c4df339b9235ee180c524dfa373ab7e5fa6c8f93.zip |
Darkzero/NS - make the archives font the same colour as the other widgets.
-rw-r--r-- | view/theme/darkzero-NS/style.css | 4 | ||||
-rw-r--r-- | view/theme/darkzero/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/darkzero-NS/style.css b/view/theme/darkzero-NS/style.css index 6dc788f35..e7c70dc54 100644 --- a/view/theme/darkzero-NS/style.css +++ b/view/theme/darkzero-NS/style.css @@ -153,4 +153,8 @@ blockquote { .editicon:hover { background-color: #ccc; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; }
\ No newline at end of file diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 77650a91a..8a6099ee8 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -149,4 +149,8 @@ blockquote { /* This seems okay to me...we might not need a new iconset, lets see how people react */ .editicon { background-color: #333; +} + +#datebrowse-sidebar select { +color:#99CCFF !important; }
\ No newline at end of file |