UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

110 lines (93 loc) 2.46 kB
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>The source code</title> <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="../resources/prettify/prettify.js"></script> <style type="text/css"> .highlight { display: block; background-color: #ddd; } </style> <script type="text/javascript"> function highlight() { document.getElementById(location.hash.replace(/#/, "")).className = "highlight"; } </script> </head> <body onload="prettyPrint(); highlight();"> <pre class="prettyprint lang-js">/* 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 !important; } .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 !important; } .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 &amp; COLORS */ .resultpanel-toolbar, .tr-testgrid .x-grid-header-ct, .tr-testgrid .x-column-header { height : 60px; } body.siesta, body &gt; .x-splitter-vertical, .resultPanel-panel &gt; .x-panel-body &gt; .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 */ </pre> </body> </html>