]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/src/layout/container/Border.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / src / layout / container / Border.scss
CommitLineData
6527f429
DM
1// This class has the potential of being included before others that it needs to override\r
2// adding the tagname to the selector ensures that this rule will win over others that\r
3// modify the background-color using single-class selectors, e.g. x-window\r
4// see EXTJSIV-12918\r
5body.#{$prefix}border-layout-ct,\r
6div.#{$prefix}border-layout-ct {\r
7 background-color: $border-layout-ct-background-color;\r
8}