X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/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 9956e35d..b8ae2aac 100644 --- a/resources/themes/stylesheets/ext4/default/util/_splitter.scss +++ b/resources/themes/stylesheets/ext4/default/util/_splitter.scss @@ -31,36 +31,44 @@ } .#{$prefix}layout-split-left { - background: theme-image($theme-name, 'util/splitter/mini-left.gif') no-repeat top right; + background: no-repeat top right; + @include theme-background-image($theme-name, 'util/splitter/mini-left.gif'); } .#{$prefix}layout-split-right { - background: theme-image($theme-name, 'util/splitter/mini-right.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-right.gif'); } .#{$prefix}layout-split-top { - background: theme-image($theme-name, 'util/splitter/mini-top.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-top.gif'); } .#{$prefix}layout-split-bottom { - background: theme-image($theme-name, 'util/splitter/mini-bottom.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); } .#{$prefix}splitter-collapsed { .#{$prefix}layout-split-left { - background: theme-image($theme-name, 'util/splitter/mini-right.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-right.gif'); } .#{$prefix}layout-split-right { - background: theme-image($theme-name, 'util/splitter/mini-left.gif') no-repeat top right; + background: no-repeat top right; + @include theme-background-image($theme-name, 'util/splitter/mini-left.gif'); } .#{$prefix}layout-split-top { - background: theme-image($theme-name, 'util/splitter/mini-bottom.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-bottom.gif'); } .#{$prefix}layout-split-bottom { - background: theme-image($theme-name, 'util/splitter/mini-top.gif') no-repeat top left; + background: no-repeat top left; + @include theme-background-image($theme-name, 'util/splitter/mini-top.gif'); } }