diff --git a/core/themes/seven/css/components/tabs.css b/core/themes/seven/css/components/tabs.css index 354f70e000..6679fc2f34 100644 --- a/core/themes/seven/css/components/tabs.css +++ b/core/themes/seven/css/components/tabs.css @@ -44,7 +44,7 @@ text-overflow: ellipsis; color: #0074bd; border: 1px solid #bfbfbf; - background-color: rgba(242, 242, 240, 0.7); + background-color: rgba(254, 253, 250, 0.7); } [dir="rtl"] .tabs__tab { padding-right: 1em; @@ -85,6 +85,7 @@ li.tabs__tab a { .tabs.primary .tabs__tab.is-active { z-index: 15; color: #004f80; + text-decoration: underline; border-color: #a6a6a6; border-radius: 4px 0 0 0; /* LTR */ background-color: #fff;