summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor/src/View/SubMenu/Status.elm')
-rw-r--r-- | src/map-editor/src/View/SubMenu/Status.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map-editor/src/View/SubMenu/Status.elm b/src/map-editor/src/View/SubMenu/Status.elm index 795b603..69f5842 100644 --- a/src/map-editor/src/View/SubMenu/Status.elm +++ b/src/map-editor/src/View/SubMenu/Status.elm @@ -22,8 +22,8 @@ get_html : Struct.Model.Type -> (Html.Html Struct.Event.Type) get_html model = (Html.div [ - (Html.Attributes.class "map-footer-tabmenu-content"), - (Html.Attributes.class "map-footer-tabmenu-content-status") + (Html.Attributes.class "tabmenu-content"), + (Html.Attributes.class "tabmenu-content-status") ] [ (case (Struct.UI.get_previous_action model.ui) of |