mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
33 lines
511 B
SCSS
33 lines
511 B
SCSS
@import 'themes/default';
|
|
@import 'ieShared';
|
|
|
|
|
|
.cms-panel {
|
|
.cms-panel-content-collapsed {
|
|
width: 40px;
|
|
h2, h3 {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
//fix for overlapping of tree view mode checkboxes
|
|
.cms-content-toolbar{
|
|
.cms-tree-view-modes{
|
|
.checkboxAboveTree {
|
|
margin-right:1px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.cms .cms-content-tools {
|
|
// Visual aid for IE as there are no box-shadows
|
|
border-right: 1px solid #CCC;
|
|
|
|
//fix for width of dropdowns in filter panel
|
|
.cms-panel-content .dropdown select {
|
|
width:152px;
|
|
}
|
|
} |