diff options
author | marijus <mario@mariovavti.com> | 2014-05-26 22:40:33 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-26 22:40:33 +0200 |
commit | c61da303dd7b1d082b03f7acbe7618b406cc941a (patch) | |
tree | a517f92dcf3336982596cfbf7db8d5388d5a7e26 | |
parent | 83ffad4b9dac914d9d4a5a9365ee23fb8f9d8483 (diff) | |
download | volse-hubzilla-c61da303dd7b1d082b03f7acbe7618b406cc941a.tar.gz volse-hubzilla-c61da303dd7b1d082b03f7acbe7618b406cc941a.tar.bz2 volse-hubzilla-c61da303dd7b1d082b03f7acbe7618b406cc941a.zip |
fix one more bootstrap override regression - addendum
-rw-r--r-- | view/theme/redbasic/php/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 14893d86d..950b43198 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -324,6 +324,7 @@ $options = array ( '$notif_itemhovercolour' => $notif_itemhovercolour, '$editbuttons_bgcolour' => $editbuttons_bgcolour, '$editbuttons_bordercolour' => $editbuttons_bordercolour, +'$editbuttons_bordercolourhover' => $editbuttons_bordercolourhover, '$editbuttons_colour' => $editbuttons_colour, '$editbuttons_bghover' => $editbuttons_bghover, '$dropdown_bgcolour' => $dropdown_bgcolour, |