Files
singlechat/docroot/resources/themes/polished/wt_ie6.css
Torsten Schulz (local) bfe28a25fa
All checks were successful
Deploy SingleChat / deploy (push) Successful in 40s
android app, extension of stats
2026-08-10 14:03:34 +02:00

20 lines
267 B
CSS
Executable File

/* 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;
}