diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 91ed590..2262530 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -192,14 +192,14 @@ ul.menu li.expanded { padding: 9px 2em 7px 1em; width: 100%; /* 1 */ border: 1px solid #bfbfbf; - background-color: rgba(242,242,240,0.7); + background-color: rgba(242, 242, 240, 0.7); color: #0074bd; text-overflow: ellipsis; white-space: nowrap; text-decoration: none; } .tabs.primary .tabs__tab { - background-color: rgba(242,242,240,0.7); + background-color: rgba(242, 242, 240, 0.7); } .tabs.primary .tabs__tab:hover { background-color: #fafaf7; @@ -370,18 +370,22 @@ a.tabs:focus{ /* Secondary tabs */ .tabs.secondary { display: block; + height: 34px; margin-top: 16px; margin-top: 1rem; } -.tabs.secondary .tabs__tab { +.tabs-secondary .is-horizontal.tabs.secondary .tabs__tab { display: block; - padding: 5px 15px 5px 16px; + padding: 7px 13px 5px; margin-left: -1px; color: #0074bd; -webkit-transition: border-color 0.2s, background-color 0.2s; -moz-transition: border-color 0.2s, background-color 0.2s; transition: border-color 0.2s, background-color 0.2s; } +.tabs-secondary .is-horizontal.tabs.secondary .tabs__tab.active { + border-bottom: 1px solid +} .tabs.secondary .tabs__tab + .tabs__tab { border-top: 1px solid #d9d8d4; }