diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index acacb3a75ef..15d0c8b2cc1 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -934,6 +934,21 @@ div.tabs a.tab:hover { color: #333333; } +a.tabTitle { + background: #D8610F; + color: white; + font-family: ; + font-weight: normal; + padding: 0px 6px 0px 2px; + margin: 0px 0px 0px 6px; + float: left; + text-decoration: none; + white-space: nowrap; + border-: 1px solid #555555; + border-: 1px solid #D8D8D8; + border-top: 1px solid #D8D8D8; +} + /*div.tabs { top: 20px; margin: 1px 0px 0px 0px;