Форк Rambox
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
398 B

// This class has the potential of being included before others that it needs to override
// adding the tagname to the selector ensures that this rule will win over others that
// modify the background-color using single-class selectors, e.g. x-window
// see EXTJSIV-12918
body.#{$prefix}border-layout-ct,
div.#{$prefix}border-layout-ct {
background-color: $border-layout-ct-background-color;
}