Commit 47f98b60 authored by iSergio's avatar iSergio
Browse files

Fix import

parent fb261822
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@ $panel-border-color: #bfbfbf;
$panel-body-font-size: 13px;
$grid-row-cell-selected-background-color: #D9E8FB;

@import 'ext4/default/all';
//@import 'ext4/default/all';
@import '../../extjs/resources/css/ext-all.css';

// This line changes the location of your images when creating UIs to be relative instead of within the ExtJS directory.
// You MUST set this to true/string value if you are creating new UIs + supporting legacy browsers.