FIX: When changing colors, refresh the admin stylesheet

This commit is contained in:
Robin Ward 2015-08-18 14:13:40 -04:00
parent fb233b0b76
commit 707c493e3c
4 changed files with 3 additions and 5 deletions

View file

@ -1,3 +0,0 @@
// Manifest
//
//= require_tree ./common/admin

View file

@ -0,0 +1 @@
@import "common/admin/admin_base"

View file

@ -1662,4 +1662,4 @@ table#user-badges {
.mobile-view .full-width {
margin: 0;
}
}

View file

@ -5,7 +5,7 @@
<%- end %>
<%- if staff? %>
<%= stylesheet_link_tag "admin"%>
<%= DiscourseStylesheets.stylesheet_link_tag(:admin) %>
<%- end %>
<%- unless customization_disabled? %>