diff options
author | Friendika <info@friendika.com> | 2011-10-10 12:56:51 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-10 12:56:51 -0700 |
commit | caf18164f0f7bd336e61d4393dabf6d93c739879 (patch) | |
tree | 15053927bc3605fb52af6e51d84cf055b93341b7 /view/theme/darkness | |
parent | 06c268b3db815d56a92bfabd8df297f5e4331689 (diff) | |
parent | 2ea2e7f4b4a1f890cfcba95e92bf81a273042196 (diff) | |
download | volse-hubzilla-caf18164f0f7bd336e61d4393dabf6d93c739879.tar.gz volse-hubzilla-caf18164f0f7bd336e61d4393dabf6d93c739879.tar.bz2 volse-hubzilla-caf18164f0f7bd336e61d4393dabf6d93c739879.zip |
Merge branch 'pull'
Diffstat (limited to 'view/theme/darkness')
-rw-r--r-- | view/theme/darkness/style.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index 828fdd104..3bc4c6aea 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -26,7 +26,7 @@ input, select { background-color: #000000; color: #FF0000; } -.nav-link:hover, .nav-commlink:hover, .profile-tabs:hover { +.nav-link:hover, .nav-commlink:hover, .tab:hover { background: #DDDDDD; color: #FF0000; } @@ -49,7 +49,7 @@ input, select { background: #444444; } -.profile-tabs { +.tab { color: #FF0000; background: #444444; @@ -65,7 +65,3 @@ a:hover, .fakelink:hover { text-decoration: underline; } -.profile-tabs { - color: #FF0000; - background: #444444; -} |