Files
FHC-Core/skin/admintemplate.css
T
2018-02-28 14:39:33 +01:00

19 lines
455 B
CSS

/*custom styles for sb admin 2 template: https://startbootstrap.com/template-overviews/sb-admin-2/*/
/*optional header at right side of the main header*/
.headerright{
margin: 40px 0 20px -30px;
padding: 6.4px 0 9px;
border-bottom: 1px solid #eee;
}
/*change of panel colors (grey) */
.panel-primary > .panel-heading{
color: black;
background-color: #dfdfdf;
border-color: #dfdfdf;
}
.panel-primary{
border-color: #dfdfdf;
}