Files
singlechat/docroot/resources/themes/polished/wt_ie6.css
Torsten Schulz 2a673b50ef Initial commit
2024-01-26 08:24:58 +01:00

20 lines
267 B
CSS

/* additional style rules for ie6 */
/*
* Wt-outset
*/
.Wt-outset {
border: 1px solid black;
}
.Wt-outset .Wt-x1, .Wt-outset .Wt-x1a, .Wt-outset .Wt-x2, .Wt-outset .Wt-x2a {
background: transparent;
}
/*
* WPanel
*/
.Wt-panel {
position: static;
}