diff options
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/css.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/views/default/css.php b/views/default/css.php index 2f4e38b42..8ef217813 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1100,6 +1100,9 @@ p.user_menu_friends_of { .river_forums_create { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px; } +.river_forums_update { + background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; +} .river_widget_update { background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px; } |