X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/util/_splitter.scss diff --git a/resources/themes/stylesheets/ext4/default/util/_splitter.scss b/resources/themes/stylesheets/ext4/default/util/_splitter.scss index b8ae2aac..3fc87a63 100644 --- a/resources/themes/stylesheets/ext4/default/util/_splitter.scss +++ b/resources/themes/stylesheets/ext4/default/util/_splitter.scss @@ -32,43 +32,43 @@ .#{$prefix}layout-split-left { background: no-repeat top right; - @include theme-background-image($theme-name, 'util/splitter/mini-left.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-left.gif'); } .#{$prefix}layout-split-right { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-right.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-right.gif'); } .#{$prefix}layout-split-top { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-top.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-top.gif'); } .#{$prefix}layout-split-bottom { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); } .#{$prefix}splitter-collapsed { .#{$prefix}layout-split-left { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-right.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-right.gif'); } .#{$prefix}layout-split-right { background: no-repeat top right; - @include theme-background-image($theme-name, 'util/splitter/mini-left.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-left.gif'); } .#{$prefix}layout-split-top { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); } .#{$prefix}layout-split-bottom { background: no-repeat top left; - @include theme-background-image($theme-name, 'util/splitter/mini-top.gif'); + background-image: theme-background-image($theme-name, 'util/splitter/mini-top.gif'); } }