siesta-lite
Version:
Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers
90 lines (73 loc) • 1.77 kB
CSS
/*
Siesta 5.6.1
Copyright(c) 2009-2022 Bryntum AB
https://bryntum.com/contact
https://bryntum.com/products/siesta/license
*/
/*Avoid ; messing with our CSS*/
.foo{}
.x-btn-inner
{
text-overflow: clip ;
}
.x-tree-panel .x-column-header,
.x-tree-panel .x-column-header-over {
border : 0 none;
background-image : none;
}
.x-grid-cell-inner {
text-overflow: clip ;
}
.x-tree-panel .x-tree-cell {
height : 22px;
line-height : 19px;
cursor : pointer;
}
#siesta-logo {
position : absolute;
top : 6px;
right : 20px;
height : 47px;
width : 96px;
background : transparent url(../images/logo_small2.png) no-repeat 0 0;
background-size : contain;
}
.x-ie9m #siesta-logo {
background : transparent url(../images/logo_small3.png) no-repeat 0 0;
}
/* MAIN THEME STYLES & COLORS */
.resultpanel-toolbar,
.tr-testgrid .x-grid-header-ct,
.tr-testgrid .x-column-header {
height : 60px;
}
body.siesta,
body > .x-splitter-vertical,
.resultPanel-panel > .x-panel-body > .x-splitter-vertical,
div.x-border-layout-ct,
.resultpanel-toolbar,
.tr-testgrid .x-grid-header-ct,
.tr-testgrid .x-column-header {
background-color : #5fa2dd;
}
.siesta-toolbar {
height : 45px;
background-color : #5fa2dd;
color : #fff;
}
.siesta-toolbar .x-btn-glyph,
.x-ie8 .siesta-toolbar .x-btn-glyph {
color : #fff;
opacity : 1;
filter : alpha(opacity=100);
}
.x-toolbar .x-btn-glyph {
opacity : 1;
filter : alpha(opacity=100);
color : #fff;
text-shadow : 1px 0px 1px #444;
}
.x-toolbar .x-btn-glyph:hover {
color : #ddd;
}
/* EOF MAIN THEME COLORS */