diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-19 01:33:30 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-19 01:33:30 +0000 |
commit | 2a336dbf7f43ef7f54122c2d9ce1d4dd5064209f (patch) | |
tree | dec802dbe77afcfbbb999f7a2ff8db9bb737b63d /view/theme/redbasic/schema | |
parent | 9e865d1e47676f39088dd86c505e7858e2bc5eb1 (diff) | |
download | volse-hubzilla-2a336dbf7f43ef7f54122c2d9ce1d4dd5064209f.tar.gz volse-hubzilla-2a336dbf7f43ef7f54122c2d9ce1d4dd5064209f.tar.bz2 volse-hubzilla-2a336dbf7f43ef7f54122c2d9ce1d4dd5064209f.zip |
Workaround alignment notify menu's
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.php b/view/theme/redbasic/schema/dark.php index 063df9210..be1777427 100644 --- a/view/theme/redbasic/schema/dark.php +++ b/view/theme/redbasic/schema/dark.php @@ -94,6 +94,9 @@ $notify_linkcolour = "#FFF"; if (! $notify_bghover) $notify_bghover = "#222"; + $notifyseen_linkhover = "#333"; + if (! $notify_topmargin) + $notify_topmargin = "-1px"; if (! $notifyseen_bgcolour) $notifyseen_bgcolour = "#111"; if (! $notifyseen_linkcolour) |