mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 23:44:11 +01:00
15 lines
329 B
CSS
15 lines
329 B
CSS
/*
|
|
Tabs - additional IE specific bug fixes
|
|
|
|
Recommended usage (Conditional Comments):
|
|
<!--[if lte IE 7]>
|
|
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
|
|
<![endif]-->
|
|
|
|
*/
|
|
.tabs-nav { /* auto clear */
|
|
display: inline-block;
|
|
}
|
|
.tabs-nav .tabs-disabled a {
|
|
filter: alpha(opacity=40);
|
|
} |